Interface FontChooserIface.OnGetFontSize

Enclosing class:
FontChooserIface
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 FontChooserIface.OnGetFontSize
  • Method Details

    • onGetFontSize

      int onGetFontSize(CallbackHandler __self, @Nonnull FontChooser fontchooser)
      Parameters:
      fontchooser - a `GtkFontChooser`
      Returns:
      A n integer representing the selected font size, or -1 if no font size is selected.