Interface

Gtk-3.0GtkColorChooserSignalSignatures

interface SignalSignatures {
    "color-activated": (color: Gdk.RGBA) => void;
}

Hierarchy (View Summary)

Index
"color-activated": (color: Gdk.RGBA) => void

Emitted when a color is activated from the color chooser. This usually happens when the user clicks a color swatch, or a color is selected and the user presses one of the keys Space, Shift+Space, Return or Enter.

3.4