Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_internal.h1255ImGuiTabItemFlags_NoCloseButton = 1 << 20 // Store whether p_open is set or not, whi… enumerator
Dimgui_widgets.cpp6034 …tab->WidthContents = TabItemCalcSize(tab_name, (tab->Flags & ImGuiTabItemFlags_NoCloseButton) ? fa… in TabBarLayout()
6380 flags |= ImGuiTabItemFlags_NoCloseButton; in TabItemEx()