get_iter_from_string
Description:
public bool get_iter_from_string (
out TreeIter iter,
string path_string)
Sets iter to a valid iterator pointing to path_string, if it exists.
Otherwise, iter is left invalid and false is returned.
Parameters:
| this |
a TreeModel
|
| iter |
an uninitialized TreeIter-struct
|
| path_string |
a string representation of a TreePath-struct
|
Returns: