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