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