Class Tree |
# This class represents a tree object. An {Event} of code 0 is generated when a click down occurs on a {Node}; of code 1 when the a click up occurs and of code 2 when a node is expanded/contracted by a click on the small +/- icons.
Details |
Constructor |
Methods: |
# Expand all the nodes in the {Tree}.
# This method returns a flat list of all the {Nodes} in the tree that are currently displayed. @return A list of nodes.
# Set the default bitmaps for each {Node} in the {Tree}. The parameter should be a list of three bitmaps; see {Node} above for an explanation. @param l The list of bitmaps.
# Set the root node of the {Tree}.
Fields: |