FabGL
ESP32 Display Controller and Graphics Library

◆ uiControl()

uiControl ( uiWindow parent,
const Point pos,
const Size size,
bool  visible,
uint32_t  styleClassID = 0 
)

Creates an instance of the object.

Parameters
parentParent window
posTop-left coordinates of the control relative to the parent
sizeThe control size
visibleIf true the control is immediately visible
styleClassIDOptional style class identifier

Definition at line 2501 of file fabui.cpp.