| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: comtab-mixin
Returns (or sets with setf)
the comtab of a window (comtab-mixin
is a mixin class which
is a superclass of window classes that have comtabs, such as
text-edit-pane). A comtab is conceptually a table of commands
(keystrokes and chords) associated with a window. A chord is a
combination of keys pressed simultaneously, such as Control-A and
Escape-W.
The function set-event-function modifies the current comtab. See the description of that function for examples involving comtabs.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |