NextPrevUpTopContentsIndex

screens

Function
Summary

Returns the active screens for a library.

Package

capi

Signature

screens &optional library => result

Arguments

library

A library name, a list, or :any .

Values

result

A list.

Description

The function screens returns as a list all the active screens for library .

A library name is a keyword naming a library, currently :win32 on MS Windows, :motif on Motif/Lesstif and :cocoa on Mac OS X.

library can be a library name, or a list of library names, or the keyword :any , meaning all the libraries. The default value of library is the result of default-library.

See also

default-library
screen


LispWorks CAPI Reference Manual - 11 Apr 2005

NextPrevUpTopContentsIndex