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