|
FabGL
ESP32 Display Controller and Graphics Library
|
| uiStaticLabel | ( | uiWindow * | parent, |
| char const * | text, | ||
| const Point & | pos, | ||
| bool | visible = true, |
||
| uint32_t | styleClassID = 0 |
||
| ) |
Creates an instance of the object.
| parent | The parent window. A label must always have a parent window |
| text | Text of the label. Must be Static. This is not owned by the object |
| pos | Top-left coordinates of the label relative to the parent |
| visible | If true the label is immediately visible |
| styleClassID | Optional style class identifier |