UIWidget

Interface for interacting with the widget.

Members

Functions

resize
void resize(uint w, uint h)

Resize the widget.

Properties

height
uint height [@property getter]

Available height of 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.

width
uint width [@property getter]

Available width of the widget.

Meta