get_parent


Description:

public TreeListRow? get_parent ()

Gets the row representing the parent for this.

That is the row that would need to be collapsed to make this row disappear.

If this is a row corresponding to the root model, null is returned.

The value returned by this function never changes until the row is removed from its model at which point it will forever return null.

Parameters:

this

a `GtkTreeListRow`

Returns:

The parent of this