GtkFontChooserDialog
GtkFontChooserDialog — A dialog for selecting fonts
|
 |
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”.
Types and Values
struct GtkFontChooserDialog
struct GtkFontChooserDialog;
struct GtkFontChooserDialogClass
struct GtkFontChooserDialogClass {
GtkDialogClass parent_class;
};