Function
GimpUiIntStorelookup_by_value
since: 2.2
Declaration [src]
gboolean
gimp_int_store_lookup_by_value (
  GtkTreeModel* model,
  gint value,
  GtkTreeIter* iter
)
Parameters
- model
- 
            Type: GtkTreeModelA GimpIntStore.The data is owned by the caller of the function. 
- value
- 
            Type: gintAn integer value to lookup in the model.
- iter
- 
            Type: GtkTreeIterReturn location for the iter of the given value.The argument will be set by the function. The returned data is owned by the function.