Interface

Gtk-4.0GtkFontChooserSignalSignatures

interface SignalSignatures {
    "font-activated": (fontname: string) => void;
}

Hierarchy (View Summary)

Index
"font-activated": (fontname: string) => void

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.

since 4.10: Use Gtk.FontDialog and Gtk.FontDialogButton instead