| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: object-editor
Returns whether an object-editor
dialog will automatically call
object-editor-save whenever
the user modifies the value of any slot-editing widget in the
object-editor. The value may be set at
creation time with the save-on-new-widget-value
initarg, or any time later by calling (setf
save-on-new-widget-value).
The default value is nil to allow the user to revert from widget edits before a save is done in some other way. Setting this property to true basically means that object-editor-revert will never do anything.
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 |