Interface

Gtk-3.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.