WinWidth Function (ROM Call 0x291)

wingraph.h

short WinWidth (WINDOW *w);

Width of a window.

WinWidth returns the width 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: WinStrXYWrap, cmd_input, cmd_inputstr, cmd_pause, cmd_prompt, GD_HVLine, HomeExecute, HomePushEStack, ST_progressBar, GT_WinBound