WindowSetClientSize
Help Contents
GUI programming
WindowSet
WindowSetClientSize
WindowSetClientSize window width height
This sets the size of the window client area in pixels. Using this function to size a window tends to be more device-independent than WindowSetSize, since the application need not worry about what dimensions the border or title bar have when trying to fit the window around panel items, for example.
Parameters
width: The required client area width.
height: The required client area height.
Example:
Reference: