Beta Documentation - Subject to change.

Sets the minimum width of the window.

Syntax

Lua
function Window:SetMinimumWidth(value);

Parameters

value
Type: number
The minimum width of the window.

Remarks

Sets the minimum width of the window.

See Also