UITextBox

Widget for entering text data.

Constructors

this
this(Font font, ThemeInfo theme)
Undocumented in source.

Members

Functions

onInput
void onInput(EventHandler event)
Undocumented in source. Be warned that the author may not have intended to support it.
resize
void resize(uint w, uint h)
Undocumented in source. Be warned that the author may not have intended to support it.
selfDraw
void selfDraw(IRenderer render)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

height
uint height [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
text
string text [@property getter]

The entered data.

widgetPosition
Vecf widgetPosition [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
width
uint width [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

icon
Image icon;

Icon for intuition.

theme
ThemeInfo theme;

Widget theme.

Inherited Members

From UIWidget

width
uint width [@property getter]

Available width of the widget.

height
uint height [@property getter]

Available height of the widget.

resize
void resize(uint w, uint h)

Resize the widget.

widgetPosition
Vecf widgetPosition [@property getter]

The relative position of the widget. Serves for relative positioning of the widget relative to another or its own object.

Meta