GE Lua Documentation

Press F to search!

PopTabStop

Definition


-- @/=[C]:-1
function PopTabStop(...)

Callers

@/lua/common/extensions/ui/imgui_gen_luaintf.lua
function M.PushTabStop(bool_tab_stop) imgui.PushTabStop(bool_tab_stop) end
function M.PopTabStop() imgui.PopTabStop() end
function M.PushButtonRepeat(_repeat) imgui.PushButtonRepeat(_repeat) end
function M.PushTabStop(bool_tab_stop) imgui.PushTabStop(bool_tab_stop) end
function M.PopTabStop() imgui.PopTabStop() end
function M.PushButtonRepeat(_repeat) imgui.PushButtonRepeat(_repeat) end