|
FabGL
ESP32 Display Controller and Graphics Library
|
| fabgl::uiPaintBox::uiPaintBox | ( | 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 paintbox must always have a parent window |
| pos | Top-left coordinates of the paintbox relative to the parent |
| size | The paintbox size |
| visible | If true the paintbox is immediately visible |
| styleClassID | Optional style class identifier |