|
FabGL
ESP32 Display Controller and Graphics Library
|
| uiSimpleMenu | ( | uiWindow * | parent, |
| const Point & | pos, | ||
| const Size & | size, | ||
| bool | visible = true, |
||
| uint32_t | styleClassID = 0 |
||
| ) |
Creates an instance of the object.
| parent | The parent window. A simplemenu must always have a parent window |
| pos | Top-left coordinates of the simplemenu relative to the parent |
| size | The simplemenu size |
| visible | If true the simplemenu is immediately visible |
| styleClassID | Optional style class identifier |