LabelSpin


Description:

[ CCode ( cname = "gimp_label_spin_new" , has_construct_function = false , type = "GtkWidget*" ) ]
public LabelSpin (string text, double value, double lower, double upper, int digits)

Suitable increment values are estimated based on the [lower, upper] range.

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

Parameters:

text

The text for the Label.

value

The initial value.

lower

The lower boundary.

upper

The upper boundary.

digits

The number of decimal digits.

Returns:

The new LabelSpin widget.