FabGL
ESP32 Display Controller and Graphics Library
|
uiSlider | ( | uiWindow * | parent, |
const Point & | pos, | ||
const Size & | size, | ||
uiOrientation | orientation, | ||
bool | visible = true , |
||
uint32_t | styleClassID = 0 |
||
) |
Creates an instance of the object.
parent | The parent window. A slider must always have a parent window |
pos | Top-left coordinates of the slider relative to the parent |
size | The slider size |
orientation | The slider orientation |
visible | If true the slider is immediately visible |
styleClassID | Optional style class identifier |