TreeListModel.getChildRow

Gets the row item corresponding to the child at index @position for @self'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].

class TreeListModel
getChildRow
()

Parameters

position uint

position of the child to get

Return Value

the child in @position

Meta