Window.setResizable

Set if the width and height can be resized.

class Window
setResizable
(
this T
)

Parameters

resizeWidth bool

True to allow width resizing, false to disable.

resizeHeight bool

True to allow height resizing, false to disable.

Return Value

Type: auto

This window to aid method chaining.

Meta