"expandAll"

The function allows to expand all nodes of a tree.

Synopsis

shape.expandAll();

Parameter

Parameter Description
shape Name of the tree object.

Description

The function allows to expand all nodes of a tree.

Example

All nodes of the tree "TREE1" are expanden.

main ()
{
  TREE1.expandAll();
}

Assignment

Tree Widget