alias ImGui::TopLevel::ImGuiSelectableFlags
Alias Definition
ImGui::ImGuiSelectableFlags
  Defined in:
types.crConstant Summary
- 
        AllowDoubleClick = 4
- 
        Generate press events on double clicks too 
- 
        AllowItemOverlap = 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 don't close parent popup window 
- 
        None = 0
- 
        SpanAllColumns = 2
- 
        Selectable frame can span all columns (text will still fit in current column)