| Did you know ... | Search Documentation: |
| node-collapsed |
->collapsed
and tree->zoom
make it possible to visualise only a small part of a large tree. A tree
might contain multiple collapsed nodes.
If the tree is displayed using tree->direction,
an image is displayed at the left-hand of the line connecting the node
to its parent. This image depends on the value of
node<-collapsed:
.Tree.collapsedImage). If
the user lef-clicks on this sign, a message node->collapsed: @off
is sent to the node..Tree.expandedImage). If
the user lef-clicks on this sign, a message node->collapsed: @on
is sent to the node.
See library(pce_toc) for an example and a starting point
the visualisation of a hierarchy. See also tree->direction.
->zoom -displayed ->collapsed_handler