The
gtk-color-selection widget is used to select a color.
It consists of a color wheel and a number of sliders and entry boxes for
color parameters such as hue, saturation, value, red, green, blue, and opacity. It is found on the
gtk-color-selection-dialog widget.
Warning
The
gtk-color-selection widget is deprecated since GTK 3.4 and should
not be used in newly written code.
Signal Details
The "color-changed" signal
lambda (selection) :run-first
The signal is emitted when the color changes in the color selector
according to its update policy.
- selection
- The gtk-color-selection widget which received the signal.