TreeManager
Object Hierarchy:
Description:
[
CCode ( type_id =
"gda_tree_manager_get_type ()" ) ]
public class TreeManager :
Object
Content:
Properties:
- public TreeManagerNodesFunc func { get; set construct; }
This property specifies the function which needs to be called when the
list of TreeNode nodes managed has to be updated
- public bool recursive { get; set construct; }
This property specifies if, when initially creating nodes or updating
the list of nodes, the tree manager shoud also request that each node it has created or updated also initially create or update their
children.
Static methods:
Creation methods:
- protected TreeManager ()
- public TreeManager.with_func (TreeManagerNodesFunc update_func)
Use this method to create a new TreeManager
if it's more convenient than subclassing; all is needed is the update_func function which is responsible for creating or
updating the children nodes of a specified TreeNode.
Methods:
Inherited Members:
All known members inherited from class GLib.Object