Constructor
GimpUiColorScaleEntrynew
Declaration [src]
GtkWidget*
gimp_color_scale_entry_new (
  const gchar* text,
  gdouble value,
  gdouble lower,
  gdouble upper,
  guint digits
)
Parameters
- text
- 
            Type: const gchar*The text for the GtkLabel.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
- value
- 
            Type: gdoubleThe initial value. 
- lower
- 
            Type: gdoubleThe lower boundary. 
- upper
- 
            Type: gdoubleThe upper boundary. 
- digits
- 
            Type: guintThe number of decimal digits. 
Return value
Type: GtkWidget
The new GimpColorScale widget.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |