struct Gtk::ColorButton::ColorSetSignal
- Gtk::ColorButton::ColorSetSignal
- Struct
- Value
- Object
Overview
Emitted when the user selects a color.
When handling this signal, use Gtk::ColorChooser#rgba
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.
Defined in:
auto/gtk-4.0/color_button.crConstructors
Instance Method Summary
- #[](detail : String) : self
- #connect(&block : Proc(Nil))
- #connect(handler : Proc(Nil))
- #connect(handler : Proc(Gtk::ColorButton, Nil))
- #connect_after(&block : Proc(Nil))
- #connect_after(handler : Proc(Nil))
- #connect_after(handler : Proc(Gtk::ColorButton, Nil))
- #emit : Nil
- #name