enum ImGui::ImGuiComboFlags

Overview

enum ImGuiComboFlags_

Defined in:

types.cr

Enum 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

Instance Method Detail

def height_large? #

[View source]
def height_largest? #

[View source]
def height_mask_? #

[View source]
def height_regular? #

[View source]
def height_small? #

[View source]
def no_arrow_button? #

[View source]
def no_preview? #

[View source]
def none? #

[View source]
def popup_align_left? #

[View source]
def width_fit_preview? #

[View source]