Declaration:
void SetWindowSize(unsigned long handle, int w, int h);
Description
Sets up the new size for the specified window. The handle parameter is the window identifier produced by the call of the OpenWindow, and FindWindow functions. w and are the new width and height of the window (in pixels). The size also includes the non-user area of the window (the frame and title).
The position of the window upper left corner does not change.
|