get_node


Description:

[ Version ( since = "4.2" ) ]
public unowned TreeNode? get_node (string tree_path, bool use_names)

Locates a TreeNode using the tree_path path.

Parameters:

this

a Tree object

tree_path

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

use_names

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.

Returns:

the requested TreeNode pointer, or null if not found