| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: object-editor instance &key no-save-current
This is the general function for displaying an arbitrary object in an
object-editor
dialog. To
instead display the first, last, next, or previous instance of the
dialog's sorted list of instances, display-special-instance may be called instead.
object-editor is the object-editor
that will display the object.
instance is the object to display. It should be an instance of the edited-class of the object-editor.
If no-save-current is nil
, as it is by default, then object-editor-save will be automatically called
to save any user modifications to the currently-displayed instance
before displaying the new instance. If true, then this is not done,
and so any edits to the current-instance are discarded.
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 |