ScaleEntry


Description:

[ CCode ( cname = "gimp_scale_entry_new" , has_construct_function = false , type = "GtkWidget*" ) ]
public ScaleEntry (string text, double value, double lower, double upper, uint digits)

This function creates a Label, a HScale and a SpinButton and attaches them to a 3-column Grid.

Parameters:

text

The text for the Label which will appear left of the HScale.

value

The initial value.

lower

The lower boundary.

upper

The upper boundary.

digits

The number of decimal digits.

Returns:

The new ScaleEntry.