enum ImGui::ImGuiSelectableFlags
Overview
Defined in:
types.crEnum Members
-
None =
0
-
DontClosePopups =
1
-
Clicking this doesn't close parent popup window
-
SpanAllColumns =
2
-
Frame will span all columns of its container table (text will still fit in current column)
-
AllowDoubleClick =
4
-
Generate press events on double clicks too
-
Disabled =
8
-
Cannot be selected, display grayed out text
-
AllowOverlap =
16
-
(WIP) Hit testing to allow subsequent widgets to overlap this one
-
All =
31