convert_iter_to_child_iter
Description:
public void convert_iter_to_child_iter (
out TreeIter child_iter,
TreeIter sorted_iter)
Sets child_iter
to point to the row pointed to by sorted_iter
.
Parameters:
this |
A TreeModelSort
|
child_iter |
An uninitialized TreeIter
|
sorted_iter |
A valid TreeIter pointing to a row on this.
|