Searched refs:tab_contents_visible (Results 1 – 1 of 1) sorted by relevance
6406 bool tab_contents_visible = (tab_bar->VisibleTabId == id); in TabItemEx() local6407 if (tab_contents_visible) in TabItemEx()6411 if (!tab_contents_visible && tab_bar->SelectedTabId == 0 && tab_bar_appearing) in TabItemEx()6413 tab_contents_visible = true; in TabItemEx()6420 return tab_contents_visible; in TabItemEx()6446 return tab_contents_visible; in TabItemEx()6456 …if (pressed || ((flags & ImGuiTabItemFlags_SetSelected) && !tab_contents_visible)) // SetSelected … in TabItemEx()6494 …2 tab_col = GetColorU32((held || hovered) ? ImGuiCol_TabHovered : tab_contents_visible ? (tab_bar_… in TabItemEx()6525 return tab_contents_visible; in TabItemEx()