WDS_TieList
WDS_TieList
wds
1998 12-05
CLASS
WDS_TieList - a list of widgets with linked attributes
SYNOPSIS
Class WDS_TieList is a linked list of widgets derived from
WDS_Widget which can link some common settings.
PUBLIC MEMBER FUNCTIONS
WDS_TieList()
member functions should only be called indirectly through the
WDS_Widget member functions.
FILES
wds/tie.h WDS tie list header file
SEE ALSO
WDS_Widget(3),
WDS_intro(3),
WDS_TieValues(3),
NOTES
An end programmer will generally use WDS_TieList
by creating a tie list and tieing tie-capable widgets to it.
Other than that, no interaction with the tie list is neccessary.
Widget writers can make widgets tie-capable by replacing the virtual
WDS_Widget::TieValuesChanged(WDS_TieValues *tievalues)
which recieves changes in the tie and by calling
WDS_Widget::ChangeTieValues(WDS_TieValues *tievalues)
to change the values in the tie.