Searched refs:TabsAddedNew (Results 1 – 2 of 2) sorted by relevance
7207 …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()
2096 …bool TabsAddedNew; // Set to true when a new tab item or button has been … member