| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: dialog-item
Returns the value of the tab-control property of the argument. The value of the property is a list of two symbols, where the first symbol is the name of the tab-control that dialog-item is on, and the second is the name of the tab on this tab-control that dialog-item is on.
If you are interactively designing a dialog by using a form in the
IDE, then dragging a widget completely into a tab will automatically
assign the widget to the tab. But if you are creating the widgets
programmatically, then you must do the assignment explicitly as shown
in the example code on the page for the tab-control
class, under the heading Adding
widgets to tabs programmatically.
The value is nil
if the control is not on a
tab-control
.
See the description of the tab-control
class/control.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |