Object Hierarchy
GObject
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkBox
+----GtkHBox
+----GnomeFontSelection
GObject
+----GtkObject
+----GtkWidget
+----GtkMisc
+----GtkImage
+----GnomeFontPreview
GObject
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkBin
+----GtkWindow
+----GtkDialog
+----GnomeFontDialog
Details
GNOME_TYPE_FONT_SELECTION
#define GNOME_TYPE_FONT_SELECTION (gnome_font_selection_get_type ())
GNOME_FONT_SELECTION()
#define GNOME_FONT_SELECTION(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GNOME_TYPE_FONT_SELECTION, GnomeFontSelection))
GNOME_FONT_SELECTION_CLASS()
#define GNOME_FONT_SELECTION_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), GNOME_TYPE_FONT_SELECTION, GnomeFontSelectionClass))
GNOME_IS_FONT_SELECTION()
#define GNOME_IS_FONT_SELECTION(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GNOME_TYPE_FONT_SELECTION))
GNOME_IS_FONT_SELECTION_CLASS()
#define GNOME_IS_FONT_SELECTION_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), GNOME_TYPE_FONT_SELECTION))
GNOME_FONT_SELECTION_GET_CLASS()
#define GNOME_FONT_SELECTION_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), GNOME_TYPE_FONT_SELECTION, GnomeFontSelectionClass))
GNOME_TYPE_FONT_DIALOG
#define GNOME_TYPE_FONT_DIALOG (gnome_font_dialog_get_type ())
GNOME_FONT_DIALOG()
#define GNOME_FONT_DIALOG(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GNOME_TYPE_FONT_DIALOG, GnomeFontDialog))
GNOME_FONT_DIALOG_CLASS()
#define GNOME_FONT_DIALOG_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), GNOME_TYPE_FONT_DIALOG, GnomeFontDialogClass))
GNOME_IS_FONT_DIALOG()
#define GNOME_IS_FONT_DIALOG(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GNOME_TYPE_FONT_DIALOG))
GNOME_IS_FONT_DIALOG_CLASS()
#define GNOME_IS_FONT_DIALOG_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), GNOME_TYPE_FONT_DIALOG))
GNOME_FONT_DIALOG_GET_CLASS()
#define GNOME_FONT_DIALOG_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), GNOME_TYPE_FONT_DIALOG, GnomeFontDialogClass))
struct GnomeFontSelection
struct GnomeFontSelection;
struct GnomeFontSelectionClass
struct GnomeFontSelectionClass;
struct GnomeFontPreview
struct GnomeFontPreview;
struct GnomeFontPreviewClass
struct GnomeFontPreviewClass;
struct GnomeFontDialog
struct GnomeFontDialog;
struct GnomeFontDialogClass
struct GnomeFontDialogClass;
gnome_font_selection_new ()
GtkWidget* gnome_font_selection_new (void);
gnome_font_selection_get_face ()
GnomeFontFace* gnome_font_selection_get_face
(GnomeFontSelection *fontsel);
gnome_font_selection_get_size ()
gdouble gnome_font_selection_get_size (GnomeFontSelection *fontsel);
gnome_font_selection_get_font ()
GnomeFont* gnome_font_selection_get_font (GnomeFontSelection *fontsel);
gnome_font_selection_set_font ()
void gnome_font_selection_set_font (GnomeFontSelection *fontsel,
GnomeFont *font);
gnome_font_preview_get_type ()
GtkType gnome_font_preview_get_type (void);
gnome_font_preview_new ()
GtkWidget* gnome_font_preview_new (void);
gnome_font_preview_set_phrase ()
void gnome_font_preview_set_phrase (GnomeFontPreview *preview,
const guchar *phrase);
gnome_font_preview_set_font ()
void gnome_font_preview_set_font (GnomeFontPreview *preview,
GnomeFont *font);
gnome_font_preview_set_color ()
void gnome_font_preview_set_color (GnomeFontPreview *preview,
guint32 color);
gnome_font_dialog_get_type ()
GtkType gnome_font_dialog_get_type (void);
gnome_font_dialog_new ()
GtkWidget* gnome_font_dialog_new (const gchar *title);
gnome_font_dialog_get_fontsel ()
GtkWidget* gnome_font_dialog_get_fontsel (GnomeFontDialog *gfsd);
gnome_font_dialog_get_preview ()
GtkWidget* gnome_font_dialog_get_preview (GnomeFontDialog *gfsd);