Method
Gtk.TreeListRow.get_parent
Declaration [src]
GtkTreeListRow*
gtk_tree_list_row_get_parent (
  GtkTreeListRow* self
)
Description [src]
Gets the row representing the parent for self.
That is the row that would need to be collapsed to make this row disappear.
If self is a row corresponding to the root model,
NULL is returned.
The value returned by this function never changes until the row is destroyed.
Return value
| Returns: GtkTreeListRow | |
| The parent of  | |
| Ownership of the data is transferred to the caller | |
| Can be NULL | |