| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 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-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |