Function
GimpUiint_adjustment_update
Declaration [src]
void
gimp_int_adjustment_update (
GtkAdjustment* adjustment,
gpointer data
)
Description [src]
Note that the GtkAdjustment
‘s value (which is a #gdouble) will be
rounded with RINT().
Parameters
adjustment |
GtkAdjustment |
A |
|
The data is owned by the caller of the function. | |
data |
gpointer |
A pointer to a #gint variable which will store the
|
|
The argument can be NULL . | |
The data is owned by the caller of the function. |