Function
GimpUiIntStorelookup_by_value
Declaration [src]
gboolean
gimp_int_store_lookup_by_value (
GtkTreeModel* model,
gint value,
GtkTreeIter* iter
)
Parameters
model |
GtkTreeModel |
A |
|
The data is owned by the caller of the function. | |
value |
gint |
An integer value to lookup in the |
|
iter |
GtkTreeIter |
Return location for the iter of the given |
|
The argument will be set by the function. | |
The data is owned by the caller of the function. |