Arguments: standard-object
Returns or sets with setf the value of the top-attachment property of the argument. The top-attachment property of an object determines which edge of the parent window the top edge of the object will follow whenever the parent window is resized. See also bottom-attachment, left-attachment, and right-attachment.
The possible values and their effects are:
:bottom
: object maintains a constant distance
between its lower edge and the lower edge of its parent window
whenever that window is resized.
:scale
: object maintains the same ratio of the
distances from the top and bottom sides of its parent window whenever
that window is resized. I.e., if the bottom edge was halfway between
the top and bottom sides of the dialog before resizing, then it is
still halfway between them after resizing.
:top
: object maintains a constant distance between
its lower edge and the upper edge of its parent window whenever that
window is resized.
Common Graphics and IDE documentation is described in About Common Graphics and IDE documentation in cgide.htm.
The documentation is described in introduction.htm and the index is in index.htm.
Copyright (c) 1998-2000, Franz Inc. Berkeley, CA., USA. All rights reserved.
Created 2000.10.5.