int tvAddLink (tvBase *from, tvLinkType sel, tvBase *to)

Establishes a link between one rendering instance and another

Documentation

Establishes a link between one rendering instance and another. Thus changes in the view state of one view can be applied to another view. (ISSUE: need a better description here).
Returns:
boolean result: 1 on success, 0 on failure
Parameters:
from - handle to rendering state of source view (driving view)
sel - type of link
to - handle to rendering state of target view (client view)
See Also:
tvLinkType


Back to TerraVision API Home Page