convert_child_iter_to_iter
Description:
[ Version ( since = "2.4" ) ]
public bool convert_child_iter_to_iter (out TreeIter filter_iter, TreeIter child_iter)
public bool convert_child_iter_to_iter (out TreeIter filter_iter, TreeIter child_iter)
Sets filter_iter to point to the row in this that corresponds to the row pointed at by
child_iter.
If filter_iter was not set, false is returned.
Parameters:
| this | |
| filter_iter |
An uninitialized TreeIter. |
| child_iter |
A valid TreeIter pointing to a row on the child model. |
Returns:
|
true, if |