signal callback delegate or function to connect
void callback(gtk.color_button.ColorButton colorButton)
colorButton the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to ColorSet signal.
Emitted when the user selects a color.
When handling this signal, use gtk.color_chooser.ColorChooser.getRgba to find out which color was just selected.
Note that this signal is only emitted when the user changes the color. If you need to react to programmatic color changes as well, use the notify::rgba signal.