Searched refs:ImGuiItemFlags_SelectableDontClosePopup (Results 1 – 2 of 2) sorted by relevance
357 …ImGuiItemFlags_SelectableDontClosePopup = 1 << 5, // false // MenuItem/Selectable() automatica… enumerator
5107 …ectableFlags_DontClosePopups) && !(window->DC.ItemFlags & ImGuiItemFlags_SelectableDontClosePopup)) in Selectable()