Searched refs:EndMenu (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_demo.cpp | 263 ImGui::EndMenu(); 279 ImGui::EndMenu(); 286 ImGui::EndMenu(); 1602 ImGui::EndMenu(); 2095 ImGui::EndMenu(); 2112 ImGui::EndMenu(); 2210 ImGui::EndMenu(); 2256 ImGui::EndMenu(); 3029 ImGui::EndMenu(); 3039 ImGui::EndMenu(); [all...] |
| H A D | imgui.h | 237 // [this is due to legacy reason and is inconsistent with most other functions such as BeginMenu/EndMenu, BeginPopup/EndPopup, etc. 247 // Always call a matching EndChild() for each BeginChild() call, regardless of its return value [this is due to legacy reason and is inconsistent with most other functions such as BeginMenu/EndMenu, BeginPopup/EndPopup, etc. where the EndXXX call should only be called if the corresponding BeginXXX function returned true.] 523 IMGUI_API bool BeginMenu(const char* label, bool enabled = true); // create a sub-menu entry. only call EndMenu() if this returns true! 524 IMGUI_API void EndMenu(); // only call EndMenu() if BeginMenu() returns true!
|
| H A D | imgui_widgets.cpp | 24 // [SECTION] Widgets: MenuItem, BeginMenu, EndMenu, etc. 5434 // [SECTION] MenuItem, BeginMenu, EndMenu, etc. 5442 // - EndMenu() 5728 void ImGui::EndMenu() function in class:ImGui
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui.h | 237 // [this is due to legacy reason and is inconsistent with most other functions such as BeginMenu/EndMenu, BeginPopup/EndPopup, etc. 247 // Always call a matching EndChild() for each BeginChild() call, regardless of its return value [this is due to legacy reason and is inconsistent with most other functions such as BeginMenu/EndMenu, BeginPopup/EndPopup, etc. where the EndXXX call should only be called if the corresponding BeginXXX function returned true.] 523 IMGUI_API bool BeginMenu(const char* label, bool enabled = true); // create a sub-menu entry. only call EndMenu() if this returns true! 524 IMGUI_API void EndMenu(); // only call EndMenu() if BeginMenu() returns true!
|
| H A D | imgui_widgets.cpp | 24 // [SECTION] Widgets: MenuItem, BeginMenu, EndMenu, etc. 5434 // [SECTION] MenuItem, BeginMenu, EndMenu, etc. 5442 // - EndMenu() 5728 void ImGui::EndMenu() function in class:ImGui
|
Completed in 45 milliseconds