setWindowResizable

WindowModuleInterface::setWindowResizable

Enables or disables manual window resizing.

Declaration

virtual void setWindowResizable(WindowID windowID, bool resizable) = 0;

Parameters

Name

Type

Description

windowID

WindowID

The window to change the resizability of.

resizable

bool

Resizable (true) or not resizable (false).

Returns

None.