SetTabItemClosed
Definition
-- @/=[C]:-1
function SetTabItemClosed(...)
Callers
@/lua/common/extensions/ui/imgui_gen_luaintf.lua
end
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
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