SimpleInputTheme struct reference


Contains basic information about the SimpleInput widget theme.

Variables documentation

RectTheme Base[3];

Button color & Border color. [0 - Normal, 1 - Hover, 2 - Active]


Dimension<int> BorderSize;

Border size in both direction (X and Y).


TextTheme DefaultText;

Default text theme.


TextTheme Text;

Text theme.


Color Selection;

Color of the text selection.


Color Prompt;

Color of the input prompt.


Color Bar;

Color of the input bottom bar.


Point<int> Margins;

Text margins within widget.


int iBarHeight;

Bar height.