NextPrevUpTopContentsIndex

screen-internal-geometry

Function
Summary

Returns the geometry of the usable region of a screen.

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.

See also

screen


LispWorks CAPI Reference Manual - 11 Apr 2005

NextPrevUpTopContentsIndex