GimpUi.SizeEntry.set_refval_boundaries
@accepts(GimpUi.SizeEntry, int, float, float)
@returns(none)
def set_refval_boundaries(self, field, lower, upper):
# Python wrapper for gimp_size_entry_set_refval_boundaries()
Limits the range of possible reference values which can be entered in field # field of the GimpUi.SizeEntry.
The current reference value of the field will be clamped to fit in the field's new boundaries.
- self
The sizeentry you want to set the reference value boundaries for.
- field
The index of the field you want to set the reference value boundaries for.
- lower
The new lower boundary of the reference value of the chosen field.
- upper
The new upper boundary of the reference value of the chosen field.