Generic FunctionPackage: cgToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 8.2
This page is new in 8.2.

end2-position

Arguments: split-bar

Returns the end2-position property of a split-bar widget. The value may be set at creation time by passing the :end2-position initarg to make-instance, or any time later by call (setf end2-position).

This property can be used to prevent the right end of a horizontal split-bar, or the bottom end of a vertical split-bar, from extending all the way to the interior edge of the parent window.

If nil (the default value), the split-bar will extend to the interior right or bottom edge of the parent window. Otherwise the value should be a non-negative integer indicating the distance from the left or top edge of the window at which the split-bar should end. The value may be set at creation time by passing the :end2-position initarg to make-instance, or any time later by call (setf end2-position).

The equivalent property for the left/top end is end1-position.


Copyright (c) 1998-2012, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 8.2. This page is new in the 8.2 release.
Created 2010.1.21.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 8.2
This page is new in 8.2.