| Allegro CL version 7.0 Unrevised from 6.2 to 7.0. | |||||||||
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.
In releases prior to 7.0, the symbol naming this operator was in the
common-graphics package.
Copyright (c) 1998-2006, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 7.0. This page was not revised from the 6.2 page.
Created 2004.8.21.
| Allegro CL version 7.0 Unrevised from 6.2 to 7.0. | |||||||||