Window.setMinSize

Function/Meaning

[Windows *] Setting the minimum size of the window

Type
Windowclassmethod of
Syntax
setMinSize(width, height)
Arguments
width

Specifies the minimum width of the window.
If you specify 0, there is no limit.

height

Specifies the minimum vertical width of the window.
If you specify 0, there is no limit.

Return value
None (void)
Explanation

Specifies the minimum window size.
The window cannot be smaller than the size specified by this method.
.

Reference
Window.setMaxSize
Window.setSize
Window.minWidth
Window.minHeight