|
FabGL
ESP32 Display Controller and Graphics Library
|
| fabgl::uiCustomComboBox::uiCustomComboBox | ( | uiWindow * | parent, |
| const Point & | pos, | ||
| const Size & | size, | ||
| int | listHeight, | ||
| bool | visible, | ||
| uint32_t | styleClassID | ||
| ) |
Creates an instance of the object.
| parent | The parent window. A combobox must always have a parent window |
| pos | Top-left coordinates of the combobox relative to the parent |
| size | The combobox size |
| listHeight | Height in pixels of the open listbox |
| visible | If true the combobox is immediately visible |
| styleClassID | Optional style class identifier |