Window.resizable
bool resizable() @property nothrowGet resizable property.
Returns
If true, users can resize the window.
void resizable(bool propval) @property nothrowSet resizable property.
Parameters
propval | If true, users can resize the window. |