Tree.getNode

gda.tree_node.TreeNode getNode(string treePath, bool useNames)

Locates a #GdaTreeNode using the tree_path path.

Parameters

treePathfull path to the required nodes (if use_names is true, then it must start with '/')
useNamesif true, then tree_path will be interpreted as a unix style path, and if false, then tree_path will be interpreted similarly to the #GtkTreePath's string representation.

Returns

the requested #GdaTreeNode pointer, or null if not found