SetTabItemClosed
Definition
-- @/lua/common/extensions/ui/imgui_gen_luaintf.lua:1002
function M.SetTabItemClosed(string_tab_or_docked_window_label)
if string_tab_or_docked_window_label == nil then log("E", "", "Parameter 'string_tab_or_docked_window_label' of function 'SetTabItemClosed' cannot be nil, as the c type is 'const char *'") ; return end
imgui.SetTabItemClosed(string_tab_or_docked_window_label)
end
Callers
@/lua/common/extensions/ui/imgui_gen_luaintf.lua
if string_tab_or_docked_window_label == nil then log("E", "", "Parameter 'string_tab_or_docked_window_label' of function 'SetTabItemClosed' cannot be nil, as the c type is 'const char *'") ; return end
imgui.SetTabItemClosed(string_tab_or_docked_window_label)
end