Generic FunctionPackage: cgToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 9.0
Unrevised from 8.2 to 9.0.
8.2 version

vertical-justification

Arguments: object

Returns a symbol indicating how text is aligned vertically 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 vertical-justification initarg, or any time later by calling (setf vertical-justification). The value may be :top, :center, or :bottom. The default value is :top.

For grid-widget cells, the default cell-vertical-justification method will use this grid-column property, but a custom cell-vertical-justification method may override it.


Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.2 page.
Created 2012.5.30.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 9.0
Unrevised from 8.2 to 9.0.
8.2 version