| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |
Arguments: widget
Returns a list of subobjects of object that may have "partners" that
are associated with them in some way. For example, the
subobjects-with-partners of a
tab-control
is the
tab-control's range, since that is a list of tabs each of which has a
set of "partners" consisting of the components on that tab.
In the built-in methods, only the
tab-control
method
returns true.
A subobjects-with-partners method could be added to a custom widget in order to customize its behavior on forms.
The partners mechanism is used when manipulating components on a form in order to find components that may be affected when one of its "partners" is modified.
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 |