enum

ImGui::ImGuiComboFlags

Inherits Enum < Comparable < Value < Object

Constants

None = 0
PopupAlignLeft = 1
HeightSmall = 2
HeightRegular = 4
HeightLarge = 8
HeightLargest = 16
NoArrowButton = 32
NoPreview = 64
WidthFitPreview = 128
HeightMask_ = 30
All = 255

Instance methods

height_large?

Returns true if this enum value contains HeightLarge

Source
height_largest?

Returns true if this enum value contains HeightLargest

Source
height_mask_?

Returns true if this enum value contains HeightMask_

Source
height_regular?

Returns true if this enum value contains HeightRegular

Source
height_small?

Returns true if this enum value contains HeightSmall

Source
no_arrow_button?

Returns true if this enum value contains NoArrowButton

Source
no_preview?

Returns true if this enum value contains NoPreview

Source
none?

Returns true if this enum value contains None

Source
width_fit_preview?

Returns true if this enum value contains WidthFitPreview

Source