FabGL
ESP32 Display Controller and Graphics Library

◆ uiStaticLabel()

uiStaticLabel ( uiWindow parent,
char const *  text,
const Point pos,
bool  visible = true,
uint32_t  styleClassID = 0 
)

Creates an instance of the object.

Parameters
parentThe parent window. A label must always have a parent window
textText of the label. Must be Static. This is not owned by the object
posTop-left coordinates of the label relative to the parent
visibleIf true the label is immediately visible
styleClassIDOptional style class identifier

Definition at line 3300 of file fabui.cpp.