[ CCode ( cname = "gimp_int_store_lookup_by_value" ) ]
[ Version ( since = "2.2" ) ]
public static bool lookup_by_value (TreeModel model, int value, out TreeIter iter)
Iterate over the model looking for value.
| model |
a IntStore |
| value |
an integer value to lookup in the |
| iter |
return location for the iter of the given |
|
true if the value has been located and |