FabGL
ESP32 Display Controller and Graphics Library

◆ uiFileBrowser()

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

Creates an instance of the object.

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

Definition at line 4345 of file fabui.cpp.