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