Method
GtkTreeViewexpand_row
Declaration [src]
gboolean
gtk_tree_view_expand_row (
  GtkTreeView* tree_view,
  GtkTreePath* path,
  gboolean open_all
)
Parameters
- path
- 
            Type: GtkTreePathPath to a row. The data is owned by the caller of the function. 
- open_all
- 
            Type: gbooleanWhether to recursively expand, or just expand immediate children.