Package ch.bailu.gtk.gtk
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.
-
Method Summary
Modifier and TypeMethodDescriptionint
onGetFontSize
(CallbackHandler __self, FontChooser fontchooser)
-
Method Details
-
onGetFontSize
- Parameters:
fontchooser
- a `GtkFontChooser`- Returns:
- A n integer representing the selected font size, or -1 if no font size is selected.
-