Tree.setRoot

Sets the root node of the #DzlTree widget. This is used to build the items within the treeview. The item itself will not be added to the self, but the direct children will be.

class Tree
void
setRoot

Parameters

node
Type: TreeNode

A #DzlTreeNode.

Meta