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 gtk.tree_list_model.TreeListModel.getRow.

class TreeListModel
getChildRow
()

Parameters

position uint

position of the child to get

Return Value

Type: gtk.tree_list_row.TreeListRow

the child in position