WDS_TieValues

WDS_TieValues

wds

1998 12-05


CLASS

WDS_TieValues - a linked list of WDS_TieValue's


SYNOPSIS

Class WDS_TieValues is a list of values passed to and from a tie list used to continuously link attribute(s) between widgets. For example, a set of WDS_ScrollRegion's could link their WDS_ScrollBar's along on axis so that they always move together.


No inherent general meaning is defined for the lists. The widgets can interpret the list of values however they like. As a result, linking certain widgets together could result in unusual behavior.


PUBLIC MEMBER FUNCTIONS


Inheritance from class GPL_IDoubleList


FILES

wds/tie.h WDS tie list header file


SEE ALSO

GPL_IDoubleList(3), WDS_Widget(3), WDS_intro(3), WDS_TieList(3), WDS_TieValue(3)


NOTES


Although functional, WDS_TieValues are not heavily used at this time. Before used seriously, the interface should be readdressed, specifically some general specification or standards for the entries of this list should be determined. Also, the array-of-floats may not be the desired structure.