FontChooser.connectFontActivated

Connect to FontActivated signal.

Emitted when a font is activated.

This usually happens when the user double clicks an item, or an item is selected and the user presses one of the keys Space, Shift+Space, Return or Enter.

More...
interface FontChooser
ulong
connectFontActivated
(
T
)
(,
Flag!"After" after = No.After
)

Parameters

callback T

signal callback delegate or function to connect

void callback(string fontname, gtk.font_chooser.FontChooser fontChooser)

fontname the font name (optional)

fontChooser 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