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