Generic FunctionPackage: cgToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

end1-position

Arguments: split-bar

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

This property can be used to prevent the left end of a horizontal split-bar, or the top 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 left or top 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 :end1-position initarg to make-instance, or any time later by call (setf end1-position).

The equivalent property for the right/bottom end is end2-position.


Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version