set_children_possible


Description:

public void set_children_possible (bool children_possible)

If the node has not yet been built, setting this to true will add a dummy child node.

This dummy node will be removed when when the node is built by the registered TreeBuilder instances.

Parameters:

this

A TreeNode.

children_possible

If the node has children.