public final class ImGuiComboFlags
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
HeightLarge
Max ~20 items visible
|
static int |
HeightLargest
As many fitting items as possible
|
static int |
HeightMask_ |
static int |
HeightRegular
Max ~8 items visible (default)
|
static int |
HeightSmall
Max ~4 items visible.
|
static int |
NoArrowButton
Display on the preview box without the square arrow button
|
static int |
None |
static int |
NoPreview
Display only a square arrow button
|
static int |
PopupAlignLeft
Align the popup toward the left by default
|
public static final int None
public static final int PopupAlignLeft
public static final int HeightSmall
public static final int HeightRegular
public static final int HeightLarge
public static final int HeightLargest
public static final int NoArrowButton
public static final int NoPreview
public static final int HeightMask_