Home
last modified time | relevance | path

Searched refs:TabsAddedNew (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/imgui/
Dimgui_widgets.cpp7207 …able) != (tab_bar->Flags & ImGuiTabBarFlags_Reorderable) || (tab_bar->TabsAddedNew && !(flags & Im… in BeginTabBarEx()
7210 tab_bar->TabsAddedNew = false; in BeginTabBarEx()
7907 tab_bar->TabsAddedNew = true; in TabItemEx()
Dimgui_internal.h2096 …bool TabsAddedNew; // Set to true when a new tab item or button has been … member