All Manuals > Common Lisp Interface Manager 2.0 User's Guide > Chapter 11 Commands

NextPrevUpTopContentsIndex

11.5 CLIM Predefined Command Tables

CLIM provides these command tables:

global-command-table

Summary: The "global" command table from which all command tables inherit.

user-command-table

Summary: A command table reserved for user-defined commands.

accept-values-pane

Summary: When you use an accept-values pane in a define-application-frame , you must inherit from this command table.

It is recommended that an application's command table inherit from user-command-table . user-command-table inherits from global-command-table . If your application uses an :accept-values pane, then its command table must inherit from the accept-values-pane command table in order for it to work properly.


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

NextPrevUpTopContentsIndex