tree_to_horizontal_table

EveAndersson.com : API Browser : tree_to_horizontal_table

tree_to_horizontal_table (public)

tree_to_horizontal_table tree print
Defined in tcl/ad-trees.tcl

Generates a table display of the given tree; root on left side like in the org chart.

print is a binary function that is applied to each tree element before it is printed. The arguments of print are the element itself and the element's row span in the tree. See im_print_employee for an example.

Parameters:
tree
print
[ show source ]

Show another procedure:

eve@eveandersson.com