| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: class-grid-or-object-editor
Returns the name of a class whose instances can be displayed and
edited by the specified class-grid
widget or object-editor
dialog. The value can be set when
creating either of those interface objects by passing an
edited-class initarg, or any time later by
calling (setf
edited-class).
The class would typically be an AllegroCache persistent class, but may be any class.
class-grid-or-object-editor should be
either a class-grid
or an
object-editor
.
The edited-slots property
should reference slots that exist on this class. The value of a class-grid
, or the edited-instances of an
object-editor
, should be
instances of this class.
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 |