Next Prev Up Top Contents Index

interface-display

Generic Function
Summary

The function called to display an interface on screen.

Signature

interface-display interface

Arguments

interface

An instance of a subclass of interface.

Description

The generic function interface-display is called by display to display an interface on screen.

The primary method for interface actually does the work. You can add :before methods on your own interface classes for code that needs to be executed just before the interface appears, and :after methods for code that needs to be executed just after the interface appears.

Note: interface-display is called in the process of interface .

See also

display
interface

 


LispWorks CAPI Reference Manual - 13 Mar 2003

Next Prev Up Top Contents Index