Method

Gtk.TreeView.expand_to_path

Declaration [src]

void
gtk_tree_view_expand_to_path (
  GtkTreeView* tree_view,
  GtkTreePath* path
)

Description [src]

Expands the row at path. This will also expand all parent rows of path as necessary.

Parameters

path GtkTreePath
 

path to a row.

 Ownership is not transferred to the callee