Window.resizable

bool resizable() @property nothrow

Get resizable property.

Returns

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

Set resizable property.

Parameters

propvalIf true, users can resize the window.