| Top |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkWindow ╰── GtkDialog ╰── GtkFontChooserDialog
GtkFontChooserDialog implements GtkAccessible, GtkBuildable, GtkConstraintTarget, GtkNative, GtkShortcutManager, GtkRoot and GtkFontChooser.
The GtkFontChooserDialog widget is a dialog for selecting a font. It implements the GtkFontChooser interface.
The GtkFontChooserDialog implementation of the GtkBuildable interface exposes the buttons with the names “select_button” and “cancel_button”.
GtkWidget * gtk_font_chooser_dialog_new (const char *title,GtkWindow *parent);
Creates a new GtkFontChooserDialog.