get_child_row


Description:

public TreeListRow? get_child_row (uint position)

Gets the row item corresponding to the child at index position for this's root model.

If position is greater than the number of children in the root model, null is returned.

Do not confuse this function with [method@Gtk.TreeListModel.get_row].

Parameters:

this

a `GtkTreeListModel`

position

position of the child to get

Returns:

the child in position