[ CCode ( cname = "gimp_size_entry_set_refval_boundaries" ) ]
public void set_refval_boundaries (int field, double lower, double upper)
Limits the range of possible reference values which can be entered in field # field of the
SizeEntry.
The current reference value of the field will be clamped to fit in the field's new boundaries.
| this |
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 |
| upper |
The new upper boundary of the reference value of the chosen |