connectFontSet

fun connectFontSet(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: () -> Unit): <Error class: unknown class>

Emitted when the user selects a font.

When handling this signal, use method@Gtk.FontChooser.get_font to find out which font was just selected.

Note that this signal is only emitted when the user changes the font. If you need to react to programmatic font changes as well, use the notify::font signal.

Parameters

connectFlags

A combination of ConnectFlags

handler

the Callback to connect