alias ImGui::TopLevel::ImGuiSelectableFlags

Alias Definition

ImGui::ImGuiSelectableFlags

Defined in:

types.cr

Constant Summary

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

Selectable frame can span all columns (text will still fit in current column)