| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version | ||||||||||
Arguments: object
Returns a symbol indicating how text is aligned horizontally in the
cells of a grid-column or
in a scrolling-static-text
widget. The value may be set at creation time by passing the
horizontal-justification initarg, or any time
later by calling (setf
horizontal-justification). The value may be
:left, :center, or
:right. The default value is
:left.
For grid-widget cells, the
default cell-horizontal-justification method will use
this grid-column property,
but a custom cell-horizontal-justification method may
override it.
Copyright (c) 1998-2015, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 10.0. 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 | ||||||||||