| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: widget
Returns a list of the dialog-items that will move along with dialog-item whenever dialog-item is dragged on a form. Probably of interest only to programmers who design their own lisp-widgets, who may want to add a followers method.
In the default methods, the followers of a tab-control are the
controls on all of its tabs; the followers of a single-line editable-text
are the
up-down-control
for which it is a
buddy-widget (if
any); and the followers of a group-box
are the set of
dialog-items that lie completely within the group-box's box.
See also fanatical-followers.
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 |