Interface FontButton.OnFontSet

Enclosing class:
FontButton
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface FontButton.OnFontSet
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Emitted when the user selects a font.
  • Method Details

    • onFontSet

      void onFontSet()
      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.