Searched refs:BeginMenuBar (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_demo.cpp258 if (ImGui::BeginMenuBar())
1597 if (!disable_menu && ImGui::BeginMenuBar())
2205 if (ImGui::BeginMenuBar())
3609 if (ImGui::BeginMenuBar())
4155 if (ImGui::BeginMenuBar())
H A Dimgui.h521 IMGUI_API bool BeginMenuBar(); // append to menu-bar of current window (requires ImGuiWindowFlags_MenuBar flag set on parent window).
522 IMGUI_API void EndMenuBar(); // only call EndMenuBar() if BeginMenuBar() returns true!
H A Dimgui_widgets.cpp5439 // - BeginMenuBar()
5498 bool is_open = Begin("##MainMenuBar", NULL, window_flags) && BeginMenuBar();
5521 bool ImGui::BeginMenuBar() function in class:ImGui
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h521 IMGUI_API bool BeginMenuBar(); // append to menu-bar of current window (requires ImGuiWindowFlags_MenuBar flag set on parent window).
522 IMGUI_API void EndMenuBar(); // only call EndMenuBar() if BeginMenuBar() returns true!
H A Dimgui_widgets.cpp5439 // - BeginMenuBar()
5498 bool is_open = Begin("##MainMenuBar", NULL, window_flags) && BeginMenuBar();
5521 bool ImGui::BeginMenuBar() function in class:ImGui

Completed in 47 milliseconds