lookup_by_value


Description:

[ 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.

Parameters:

model

a IntStore

value

an integer value to lookup in the model

iter

return location for the iter of the given value

Returns:

true if the value has been located and iter is valid, false otherwise.