Window.resizable

bool resizable() @property

Get resizable property.

Returns

If true, users can resize the window.
void resizable(bool propval) @property

Set resizable property.

Parameters

propvalIf true, users can resize the window.