enum ImGui::ImGuiComboFlags
Overview
Defined in:
types.crEnum Members
-
None =
0
-
PopupAlignLeft =
1
-
Align the popup toward the left by default
-
HeightSmall =
2
-
Max ~4 items visible. Tip: If you want your combo popup to be a specific size you can use SetNextWindowSizeConstraints() prior to calling BeginCombo()
-
HeightRegular =
4
-
Max ~8 items visible (default)
-
HeightLarge =
8
-
Max ~20 items visible
-
HeightLargest =
16
-
As many fitting items as possible
-
NoArrowButton =
32
-
Display on the preview box without the square arrow button
-
NoPreview =
64
-
Display only a square arrow button
-
WidthFitPreview =
128
-
Width dynamically calculated from preview contents
-
HeightMask_ =
30
-
All =
255
Instance Method Summary
- #height_large?
- #height_largest?
- #height_mask_?
- #height_regular?
- #height_small?
- #no_arrow_button?
- #no_preview?
- #none?
- #popup_align_left?
- #width_fit_preview?