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:
GtkTreeModel
A
GimpIntStore
.The data is owned by the caller of the function. value
-
Type:
gint
An integer value to lookup in the
model
. iter
-
Type:
GtkTreeIter
Return location for the iter of the given
value
.The argument will be set by the function. The data is owned by the caller of the function.