set_refval_digits


Description:

[ CCode ( cname = "gimp_size_entry_set_refval_digits" ) ]
public void set_refval_digits (int field, int digits)

Sets the decimal digits of field # field of the SizeEntry to digits .

If you don't specify this value explicitly, the reference value's number of digits will equal to 0 for SIZE and to 2 for RESOLUTION.

Parameters:

this

The sizeentry you want to set the reference value digits for.

field

The index of the field you want to set the reference value for.

digits

The new number of decimal digits for the SpinButton which displays field's reference value.