FabGL
ESP32 Display Controller and Graphics Library

◆ uiComboBox()

uiComboBox ( uiWindow parent,
const Point pos,
const Size size,
int  listHeight,
bool  visible = true,
uint32_t  styleClassID = 0 
)

Creates an instance of the object.

Parameters
parentThe parent window. A combobox must always have a parent window
posTop-left coordinates of the combobox relative to the parent
sizeThe combobox size
listHeightHeight in pixels of the open listbox
visibleIf true the combobox is immediately visible
styleClassIDOptional style class identifier

Definition at line 4690 of file fabui.cpp.