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

tab-side

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-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