SetNextWindowClass
Definition
-- @/=[C]:-1
function SetNextWindowClass(...)
Callers
@/lua/common/extensions/ui/imgui_gen_luaintf.lua
end
function M.SetNextWindowClass(ImGuiWindowClass_window_class)
if ImGuiWindowClass_window_class == nil then log("E", "", "Parameter 'ImGuiWindowClass_window_class' of function 'SetNextWindowClass' cannot be nil, as the c type is 'const ImGuiWindowClass *'") ; return end
if ImGuiWindowClass_window_class == nil then log("E", "", "Parameter 'ImGuiWindowClass_window_class' of function 'SetNextWindowClass' cannot be nil, as the c type is 'const ImGuiWindowClass *'") ; return end
imgui.SetNextWindowClass(ImGuiWindowClass_window_class)
end