FabGL
ESP32 Display Controller and Graphics Library

◆ uiSlider()

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

Creates an instance of the object.

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

Definition at line 4916 of file fabui.cpp.