| Allegro CL version 8.2 This page is new in 8.2. |
Arguments: tab-control
Returns the value of the tab-side property of a tab-control
widget. The value can be set only at
creation time, by passing the :tab-side initarg to make-instance.
This property controls where the row of tabs is placed on a
tab-control
. The value
should be one of the
keywords :top
, :bottom
, :left
,
or :right
to indicate the side of the widget that
will display the tabs. The default value is :top
.
Note that the interior area where widgets should be placed will be
different when the tabs are on a different side.
Windows note: This property has no effect on Windows XP in the usual mode, but does work on Vista. It will work on XP only if Visual Styles are not used (see ide:include-manifest-file-for-visual-styles), though that would produce an older look and feel.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page is new in the 8.2 release.
Created 2016.6.21.
| Allegro CL version 8.2 This page is new in 8.2. |