| GIMP Widgets Library Reference Manual |
|---|
struct GimpColorScale; GtkWidget* gimp_color_scale_new (GtkOrientation orientation, GimpColorSelectorChannel channel); void gimp_color_scale_set_channel (GimpColorScale *scale, GimpColorSelectorChannel channel); void gimp_color_scale_set_color (GimpColorScale *scale, const GimpRGB *rgb, const GimpHSV *hsv);
GObject +----GtkObject +----GtkWidget +----GtkRange +----GtkScale +----GimpColorScale
GtkWidget* gimp_color_scale_new (GtkOrientation orientation, GimpColorSelectorChannel channel);
| orientation : | |
| channel : | |
| Returns : |
void gimp_color_scale_set_channel (GimpColorScale *scale, GimpColorSelectorChannel channel);
| scale : | |
| channel : |
|
| <<< GimpColorButton | GimpFileSelection >>> |