NextPrevUpTopContentsIndex

screen-internal-geometry

Function
Summary

Returns the geometry of the usable region of a screen or document container.

Package

capi

Signature

screen-internal-geometry screen => x , y , width , height

Arguments

screen

A screen.

Values

x

An integer.

y

An integer.

width

An integer.

height

An integer.

Description

The function screen-internal-geometry returns the geometry (as x , y , width and height ) of the part of the screen that can be used to display windows. This region excludes any borders, the Mac OS X dock, and so on.

On Microsoft Windows screen-internal-geometry works with document-container, returning the current size of the container (which may vary over time).

See also

document-container
screen


LispWorks CAPI Reference Manual - 17 Mar 2008

NextPrevUpTopContentsIndex