| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |
Arguments: window-or-screen
Returns the interior width of a window or the screen that is available for application use.
window-or-screen should be either a window or the screen.
When the screen, the returned value will be the value returned by virtual-screen-width when there are multiple monitors, and otherwise it will be the interior-width of the screen (which is the width inside the system taskbar if it takes up space on the left and right sides).
When a window, the returned value is the page-width of the window when the horizontal scrollbar is enabled, and otherwise it is the interior-width of the window.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.2 page.
Created 2012.5.30.
| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |