| Top | Description | Object Hierarchy | Implemented Interfaces |  |  |  |  | 
#include <gtk/gtk.h> struct GtkFontChooserDialog; GtkWidget * gtk_font_chooser_dialog_new (const gchar *title,GtkWindow *parent);
GObject +----GInitiallyUnowned +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----GtkDialog +----GtkFontChooserDialog
GtkFontChooserDialog implements AtkImplementorIface, GtkBuildable and GtkFontChooser.
The GtkFontChooserDialog widget is a dialog for selecting a font. It implements the GtkFontChooser interface.
GtkWidget * gtk_font_chooser_dialog_new (const gchar *title,GtkWindow *parent);
Creates a new GtkFontChooserDialog.
| 
 | Title of the dialog, or NULL. [allow-none] | 
| 
 | Transient parent of the dialog, or NULL. [allow-none] | 
| Returns : | a new GtkFontChooserDialog | 
Since 3.2