FabGL
ESP32 Display Controller and Graphics Library

◆ uiWindow()

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

Creates an instance of the object.

Parameters
parentThe parent window. A window must always have a parent window
posTop-left coordinates of the window relative to the parent. Set UIWINDOW_PARENTCENTER to center over parent window
sizeThe window size
visibleIf true the window is immediately visible
styleClassIDOptional style class identifier

Definition at line 1374 of file fabui.cpp.