Generic FunctionPackage: cgToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

nvirtual-exterior

Arguments: window-or-screen box

Returns the bounding box of all monitors in the system on newer versions of Windows, when passed the screen. On Windows with multiple monitors, the returned box will be the bounding rectangle for all monitors when window-or-screen is the screen. Otherwise this function returns the same box as nexterior.

window-or-screen should be either a window or the screen. For a window this is the same as calling nexterior.

box should be a box object (see make-box) as created with make-box or with-boxes. This box object is modified and returned.

When window-or-screen is the screen, this function simply calls make-box-relative on the values returned by virtual-screen-left, virtual-screen-top, virtual-screen-width, and virtual-screen-height.

See also virtual-exterior, usable-left, usable-top, usable-width, and usable-height.


Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version