|
FabGL
ESP32 Display Controller and Graphics Library
|
| fabgl::uiColorComboBox::uiColorComboBox | ( | uiWindow * | parent, |
| const Point & | pos, | ||
| const Size & | size, | ||
| int | listHeight, | ||
| bool | visible = true, |
||
| uint32_t | styleClassID = 0 |
||
| ) |
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 |