| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 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-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.2 page.
Created 2012.5.30.
| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |