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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_demo.cpp1788 ImGui::EndTabBar();
1829 ImGui::EndTabBar();
3011 ImGui::EndTabBar();
3649 ImGui::EndTabBar();
4235 ImGui::EndTabBar();
H A Dimgui.h568 IMGUI_API void EndTabBar(); // only call EndTabBar() if BeginTabBar() returns true!
H A Dimgui_widgets.cpp25 // [SECTION] Widgets: BeginTabBar, EndTabBar, etc.
5800 // [SECTION] Widgets: BeginTabBar, EndTabBar, etc.
5807 // - EndTabBar()
5926 void ImGui::EndTabBar() function in class:ImGui
5933 IM_ASSERT(!g.CurrentTabBar.empty()); // Mismatched BeginTabBar/EndTabBar
6314 IM_ASSERT(g.CurrentTabBar.Size > 0 && "Needs to be called between BeginTabBar() and EndTabBar()!");
6331 IM_ASSERT(g.CurrentTabBar.Size > 0 && "Needs to be called between BeginTabBar() and EndTabBar()!");
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h568 IMGUI_API void EndTabBar(); // only call EndTabBar() if BeginTabBar() returns true!
H A Dimgui_widgets.cpp25 // [SECTION] Widgets: BeginTabBar, EndTabBar, etc.
5800 // [SECTION] Widgets: BeginTabBar, EndTabBar, etc.
5807 // - EndTabBar()
5926 void ImGui::EndTabBar() function in class:ImGui
5933 IM_ASSERT(!g.CurrentTabBar.empty()); // Mismatched BeginTabBar/EndTabBar
6314 IM_ASSERT(g.CurrentTabBar.Size > 0 && "Needs to be called between BeginTabBar() and EndTabBar()!");
6331 IM_ASSERT(g.CurrentTabBar.Size > 0 && "Needs to be called between BeginTabBar() and EndTabBar()!");

Completed in 48 milliseconds