Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_widgets.cpp6384 const bool tab_appearing = (tab->LastFrameVisible + 1 < g.FrameCount); in TabItemEx() local
6394 if (!tab_appearing && !(tab_bar->Flags & ImGuiTabBarFlags_Reorderable)) in TabItemEx()
6401 …if (tab_appearing && (tab_bar->Flags & ImGuiTabBarFlags_AutoSelectNewTabs) && tab_bar->NextSelecte… in TabItemEx()
6415 if (tab_appearing && !(tab_bar_appearing && !tab_is_new)) in TabItemEx()
6464 if (held && !tab_appearing && IsMouseDragging(0)) in TabItemEx()