ColorChooser.connectColorActivated

Connect to ColorActivated signal.

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.

More...
interface ColorChooser
ulong
connectColorActivated
(
T
)
(,
Flag!"After" after = No.After
)

Parameters

callback T

signal callback delegate or function to connect

void callback(gdk.rgba.RGBA color, gtk.color_chooser.ColorChooser colorChooser)

color the color (optional)

colorChooser the instance the signal is connected to (optional)

after Flag!"After"

Yes.After to execute callback after default handler, No.After to execute before (default)

Return Value

Type: ulong

Signal ID

Detailed Description