On this page
GtkFontChooserDialog
GtkFontChooserDialog — A dialog for selecting fonts
Functions
Types and Values
| struct | GtkFontChooserDialog | 
| struct | GtkFontChooserDialogClass | 
Object Hierarchy
    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBin
                    ╰── GtkWindow
                        ╰── GtkDialog
                            ╰── GtkFontChooserDialog
   Implemented Interfaces
GtkFontChooserDialog implements AtkImplementorIface, GtkBuildable and GtkFontChooser.
Includes
#include <gtk/gtk.h>
   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”.
Functions
gtk_font_chooser_dialog_new ()
GtkWidget * gtk_font_chooser_dialog_new (const gchar *title,GtkWindow *parent);
Creates a new GtkFontChooserDialog.
Parameters
title  | 
           Title of the dialog, or   | 
           [allow-none] | 
parent  | 
           Transient parent of the dialog, or   | 
           [allow-none] | 
Returns
a new GtkFontChooserDialog
Since: 3.2
Types and Values
struct GtkFontChooserDialog
struct GtkFontChooserDialog;
    struct GtkFontChooserDialogClass
struct GtkFontChooserDialogClass {
  GtkDialogClass parent_class;
};
     Members
See Also
© 2005–2020 The GNOME Project
Licensed under the GNU Lesser General Public License version 2.1 or later.
 https://developer.gnome.org/gtk3/3.24/GtkFontChooserDialog.html