UIScroll

Scrolling widget. Widget for managing or showing the approximate value of any maximum value.

Constructors

this
this(ThemeInfo theme)
Undocumented in source.

Members

Functions

onDraw
void onDraw(IRenderer render)
Undocumented in source. Be warned that the author may not have intended to support it.
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.

Properties

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

The value of the factor of the widget.

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

isEditable
bool isEditable;

Is it possible to change the value of the widget

onMoveScroll
ActionFactor onMoveScroll;

The action when the user changes the value.

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