Next Prev Up Top Contents Index

interface-geometry

Generic Function
Summary

Returns the geometry of an interface.

Signature

interface-geometry interface => geometry

Arguments

interface

An instance of a subclass of interface.

Values

geometry

A list.

Description

The generic function interface-geometry returns a list representing the geometry of interface in pixel values.

geometry is of the form (x y width height) .

See also

interface


LispWorks CAPI Reference Manual - 13 Mar 2003

Next Prev Up Top Contents Index