| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
The class of layout-spacing
sub-objects of object-editor
dialogs. If the default spacing
that is used when an object-editor automatically lays out its widgets
is not satisfactory, then the object-editor can be given a
layout-spacing object whose properties specify custom spacing values.
The Class Interface Editor
dialog does not include widgets for specifying this value
interactively, but it could edited in the Inspect dialog after the Class Interface
Editor sets up an object-editor
form window.
Creating an object-editor
programmatically with a layout-spacing
sub-object would have this
general format:
(make-window :my-object-editor :class 'object-editor :edited-class ... :edited-slots ... :layout-spacing (make-instance 'layout-spacing :layout-widget-spacing 4 :layout-outer-margin 12 ...))
Here are the particular properties of a layout-spacing
object:
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 |