Method

Gtk.TreeView.collapse_row

Declaration [src]

gboolean
gtk_tree_view_collapse_row (
  GtkTreeView* tree_view,
  GtkTreePath* path
)

Description [src]

Collapses a row (hides its child rows, if they exist).

Parameters

path GtkTreePath
 

path to a row in the tree_view

 Ownership is not transferred to the callee

Return value

Returns: gboolean

TRUE if the row was collapsed.