FabGL
ESP32 Display Controller and Graphics Library

◆ uiFrame()

uiFrame ( uiWindow parent,
char const *  title,
const Point pos,
const Size size,
bool  visible = true,
uint32_t  styleClassID = 0 
)

Creates an instance of the object.

Parameters
parentParent window
titleTitle of the frame. An empty string hides the title bar
posTop-left coordinates of the frame relative to the parent. Set UIWINDOW_PARENTCENTER to center over parent window
sizeThe frame size
visibleIf true the frame is immediately visible
styleClassIDOptional style class identifier

Definition at line 1911 of file fabui.cpp.