Window.setResizable
void setResizable(bool resizable)Sets whether the user can resize a window.
Windows are user resizable by default.
Parameters
resizable | true if the user can resize this window |
void setResizable(bool resizable)Sets whether the user can resize a window.
Windows are user resizable by default.
resizable | true if the user can resize this window |