GtkTreeModelIface.iterNthChild

Sets iter to be the child of parent, using the given index.

struct GtkTreeModelIface
extern (C)
bool function(GtkTreeModel* treeModel, GtkTreeIter* iter, GtkTreeIter* parent, int n) iterNthChild;