set_digits


Description:

[ CCode ( cname = "gimp_label_spin_set_digits" ) ]
public void set_digits (int digits)

Set the number of decimal place to display in the this's entry.

If digits is -1, then it will also be estimated based on this's range. Digits estimation will always be at least 1, so if you want to show integer values only, set 0 explicitly.

Parameters:

this

the LabelSpin.

digits

the number of decimal places to display.