Method
GimpUiSizeEntryset_refval_boundaries
Declaration [src]
void
gimp_size_entry_set_refval_boundaries (
GimpSizeEntry* gse,
gint field,
gdouble lower,
gdouble upper
)
Description [src]
Limits the range of possible reference values which can be entered in
field # field
of the GimpSizeEntry
.
The current reference value of the field
will be clamped to fit in the
field
‘s new boundaries.