WheelSelector::setup() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

WheelSelector::setup() method

@fn virtual void WheelSelector::setup(int width, int height, int textXPosition, int textYPosition, int spaceBetweenTextRows, int selectedYOffset, TEXTS wheelText); Setup method.

Syntax

virtual void setup(int width,     int height,     int textXPosition,     int textYPosition,     TEXTS wheelText);
Implemented in WheelSelector.cpp:34

Arguments

width

The width of the container.

height

The height of the container.

textXPosition

The text x coordinate position.

textYPosition

The text y coordinate position.

wheelText

The wheel text.