All Manuals > Common Lisp Interface Manager 2.0 User's Guide > Chapter 9 Defining Application Frames

NextPrevUpTopContentsIndex

9.4 Accessing Slots and Components of CLIM Application Frames

A call to the define-application-frame macro creates a subclass of the standard-application-frame class. CLIM application frames are instances of these generated subclasses. You explicitly specify accessors for the slots you have designated for storing application-specific state information. The use of the accessors is as for any other CLOS instance. Other CLIM defined components of standard-application-frame subclass instances are accessed via documented functions. Such components include frame-panes, command-tables, the top-level window, and layouts.


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

NextPrevUpTopContentsIndex