BeginMainMenuBar
Definition
-- @/lua/common/extensions/ui/imgui_gen_luaintf.lua:838
function M.BeginMainMenuBar() return imgui.BeginMainMenuBar() end
Callers
@/lua/ge/extensions/editor/headlessEditorTest.lua
-- show our custom menu for the editor
if imgui.BeginMainMenuBar() then
if imgui.BeginMenu("Operations", imgui_true) then
@/lua/ge/extensions/editor/mainMenu.lua
else
if imgui.BeginMainMenuBar() then
fileMenu()
@/lua/ge/extensions/editor/veMain.lua
-- show our custom menu for the editor
if im.BeginMainMenuBar() then
fileMenu()