WinHeight Function (ROM Call 0x292)

wingraph.h

short WinHeight (WINDOW *w);

Height of a window.

WinHeight returns the height of the client (drawable) area of the window pointed to by w. The window region is the region that was defined when the window was created with WinOpen. If the window is full screen (not counting the status bar which may not be overlapped), then the client region is equal to the window region. The client region is reduced by adding borders or a title to a window.


Used by: cmd_disp, cmd_output, cmd_pause, GD_HVLine, HomeExecute, HomePushEStack, GT_WinBound