| Top | Description | Object Hierarchy | Implemented Interfaces |
Synopsis
#include <gtk/gtk.h> struct GtkFontChooserDialog; GtkWidget * gtk_font_chooser_dialog_new (const gchar *title,GtkWindow *parent);
Object Hierarchy
GObject
+----GInitiallyUnowned
+----GtkWidget
+----GtkContainer
+----GtkBin
+----GtkWindow
+----GtkDialog
+----GtkFontChooserDialog
Implemented Interfaces
GtkFontChooserDialog implements AtkImplementorIface, GtkBuildable and GtkFontChooser.
Description
The GtkFontChooserDialog widget is a dialog for selecting a font. It implements the GtkFontChooser interface.
GtkFontChooserDialog as GtkBuildable
The GtkFontChooserDialog implementation of the GtkBuildable interface exposes the buttons with the names "select_button" and "cancel_button.
Details
gtk_font_chooser_dialog_new ()
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

