Tree.getNode

Locates a #GdaTreeNode using the tree_path path.

class Tree
getNode
(
string treePath
,)

Parameters

treePath string

full path to the required nodes (if use_names is true, then it must start with '/')

useNames bool

if 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.

Return Value

Type: gda.tree_node.TreeNode

the requested #GdaTreeNode pointer, or null if not found