FabGL
ESP32 Display Controller and Graphics Library
|
uiFrame | ( | uiWindow * | parent, |
char const * | title, | ||
const Point & | pos, | ||
const Size & | size, | ||
bool | visible = true , |
||
uint32_t | styleClassID = 0 |
||
) |
Creates an instance of the object.
parent | Parent window |
title | Title of the frame. An empty string hides the title bar |
pos | Top-left coordinates of the frame relative to the parent. Set UIWINDOW_PARENTCENTER to center over parent window |
size | The frame size |
visible | If true the frame is immediately visible |
styleClassID | Optional style class identifier |