Next Prev Up Top Contents Index

convert-to-screen

Function
Summary

The convert-to-screen function finds the appropriate screen for a CAPI object.

Syntax

convert-to-screen &optional object

Description

This finds the appropriate screen for the CAPI object object . If object is nil it returns the default screen, and if it is a number n it returns the n th screen.

Examples
(capi:convert-to-screen)

Assuming you have a second screen, you can access it using:

(capi:convert-to-screen 1)
See also

screen


LispWorks CAPI Reference Manual - 14 Dec 2001

Next Prev Up Top Contents Index