Searched refs:WantLayout (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp5843 WantLayout = VisibleTabWasSubmitted = false;
5906 tab_bar->WantLayout = true; // Layout will be done on the first call to ItemTab()
5935 if (tab_bar->WantLayout)
5955 tab_bar->WantLayout = false;
6342 if (tab_bar->WantLayout)
6537 IM_ASSERT(tab_bar->WantLayout); // Needs to be called AFTER BeginTabBar() and BEFORE the first call to BeginTabItem()
H A Dimgui_internal.h1292 bool WantLayout; member in struct:ImGuiTabBar
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp5843 WantLayout = VisibleTabWasSubmitted = false;
5906 tab_bar->WantLayout = true; // Layout will be done on the first call to ItemTab()
5935 if (tab_bar->WantLayout)
5955 tab_bar->WantLayout = false;
6342 if (tab_bar->WantLayout)
6537 IM_ASSERT(tab_bar->WantLayout); // Needs to be called AFTER BeginTabBar() and BEFORE the first call to BeginTabItem()
H A Dimgui_internal.h1292 bool WantLayout; member in struct:ImGuiTabBar

Completed in 34 milliseconds