@accepts(utf8, Gtk.TreeIter) @returns(gboolean) def iter_from_string(name, iter)
Locates the row in the model for a property value.
name : |
the property value to find |
iter : |
a GtkTreeIter to point to the row |
Returns : |
TRUE if the value was found. |