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