All Manuals > Common Lisp Interface Manager 2.0 User's Guide > Chapter 18 Sheets

NextPrevUpTopContentsIndex

18.7 Sheet Protocols: Output

The output protocol is concerned with the appearance of displayed output on the window associated with a sheet. The sheet output protocol is responsible for providing a means of doing output to a sheet, and for delivering repaint requests to the sheet's client.

Sheets either participate fully in the output protocol or are mute for output. If any functions in the output protocol are called on a sheet that is mute for output, the sheet-is-mute-for-output error will be signaled.

18.7.1 Mediums and Output Properties

18.7.2 Output Protocol Functions

18.7.3 Output Protocol Classes

18.7.4 Associating a Medium With a Sheet


Common Lisp Interface Manager 2.0 User's Guide - 20 Sep 2011

NextPrevUpTopContentsIndex