Beta Documentation - Subject to change.

Sets if the window is resizable.

Syntax

Lua
function Window:SetResizable(value);

Parameters

value
Type: boolean
True if the window can be resized.

Remarks

Sets if the window is resizable.

See Also