Next Previous Up Top Contents Index

1 CAPI Reference Entries

convert-to-screen

Function

Summary

Theconvert-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 isnil it returns the default screen, and if it is a number n it returns the nth 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 - 17 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker