UIWidget.resize

Resize the widget.

interface UIWidget
@safe
void
resize
(
uint w
,
uint h
)

Parameters

w uint

Available width of the widget.

h uint

Available height of the widget.

Meta