Package org.gnome.gtk

Class FontChooserDialog

java.lang.Object
All Implemented Interfaces:
Proxy, Accessible, Buildable, ConstraintTarget, FontChooser, Native, Root, ShortcutManager

@Generated("io.github.jwharm.JavaGI") @Deprecated public class FontChooserDialog extends Dialog implements Accessible, Buildable, ConstraintTarget, FontChooser, Native, Root, ShortcutManager
Deprecated.
The GtkFontChooserDialog widget is a dialog for selecting a font.

An example GtkFontChooserDialog

GtkFontChooserDialog implements the FontChooser interface and does not provide much API of its own.

To create a GtkFontChooserDialog, use FontChooserDialog(java.lang.String, org.gnome.gtk.Window).

GtkFontChooserDialog as GtkBuildable
The GtkFontChooserDialog implementation of the GtkBuildable interface exposes the buttons with the names “select_button” and “cancel_button”.

CSS nodes
GtkFontChooserDialog has a single CSS node with the name window and style class .fontchooser.