| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |
Arguments: object-editor
Returns whether an object-editor
dialog will automatically call
object-editor-save whenever
the keyboard focus is moved from the
object-editor, such as by selecting a
sibling window or another application. The value may be set at
creation time with the save-on-clear-focus
initarg, or any time later by calling (setf save-on-clear-focus).
The default value is true to avoid letting the user lose edits when they switch to another window and neglect to return. A drawback is that object-editor-revert cannot be used on the current-instance after switching to another window and back.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 9.0 page.
Created 2015.5.21.
| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |