| GNOME Print UI Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Signals | ||||
#define GNOME_TYPE_FONT_SELECTION
#define GNOME_FONT_SELECTION (o)
#define GNOME_FONT_SELECTION_CLASS (k)
#define GNOME_IS_FONT_SELECTION (o)
#define GNOME_IS_FONT_SELECTION_CLASS (k)
#define GNOME_FONT_SELECTION_GET_CLASS (o)
#define GNOME_TYPE_FONT_DIALOG
#define GNOME_FONT_DIALOG (o)
#define GNOME_FONT_DIALOG_CLASS (k)
#define GNOME_IS_FONT_DIALOG (o)
#define GNOME_IS_FONT_DIALOG_CLASS (k)
#define GNOME_FONT_DIALOG_GET_CLASS (o)
GnomeFontSelection;
GnomeFontSelectionClass;
GnomeFontPreview;
GnomeFontPreviewClass;
GnomeFontDialog;
GnomeFontDialogClass;
GtkWidget * gnome_font_selection_new (void);
GnomeFontFace * gnome_font_selection_get_face (GnomeFontSelection *fontsel);
gdouble gnome_font_selection_get_size (GnomeFontSelection *fontsel);
GnomeFont * gnome_font_selection_get_font (GnomeFontSelection *fontsel);
void gnome_font_selection_set_font (GnomeFontSelection *fontsel,
GnomeFont *font);
GType gnome_font_preview_get_type (void);
GtkWidget * gnome_font_preview_new (void);
void gnome_font_preview_set_phrase (GnomeFontPreview *preview,
const guchar *phrase);
void gnome_font_preview_set_font (GnomeFontPreview *preview,
GnomeFont *font);
void gnome_font_preview_set_color (GnomeFontPreview *preview,
guint32 color);
GType gnome_font_dialog_get_type (void);
GtkWidget * gnome_font_dialog_new (const gchar *title);
GtkWidget * gnome_font_dialog_get_fontsel (GnomeFontDialog *gfsd);
GtkWidget * gnome_font_dialog_get_preview (GnomeFontDialog *gfsd);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBox +----GtkHBox +----GnomeFontSelection
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkMisc +----GtkImage +----GnomeFontPreview
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----GtkDialog +----GnomeFontDialog
GnomeFontSelection implements GtkBuildable, GtkOrientable and AtkImplementorIface.
GnomeFontPreview implements GtkBuildable and AtkImplementorIface.
GnomeFontDialog implements GtkBuildable and AtkImplementorIface.
#define GNOME_FONT_SELECTION(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GNOME_TYPE_FONT_SELECTION, GnomeFontSelection))
|
#define GNOME_FONT_SELECTION_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), GNOME_TYPE_FONT_SELECTION, GnomeFontSelectionClass))
|
#define GNOME_IS_FONT_SELECTION(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GNOME_TYPE_FONT_SELECTION))
|
#define GNOME_IS_FONT_SELECTION_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), GNOME_TYPE_FONT_SELECTION))
|
#define GNOME_FONT_SELECTION_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), GNOME_TYPE_FONT_SELECTION, GnomeFontSelectionClass))
|
#define GNOME_FONT_DIALOG(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GNOME_TYPE_FONT_DIALOG, GnomeFontDialog))
|
#define GNOME_FONT_DIALOG_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), GNOME_TYPE_FONT_DIALOG, GnomeFontDialogClass))
|
#define GNOME_IS_FONT_DIALOG(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GNOME_TYPE_FONT_DIALOG))
|
#define GNOME_IS_FONT_DIALOG_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), GNOME_TYPE_FONT_DIALOG))
|
#define GNOME_FONT_DIALOG_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), GNOME_TYPE_FONT_DIALOG, GnomeFontDialogClass))
|
GnomeFontFace * gnome_font_selection_get_face (GnomeFontSelection *fontsel);
|
|
Returns : |
gdouble gnome_font_selection_get_size (GnomeFontSelection *fontsel);
|
|
Returns : |
GnomeFont * gnome_font_selection_get_font (GnomeFontSelection *fontsel);
|
|
Returns : |
void gnome_font_selection_set_font (GnomeFontSelection *fontsel,
GnomeFont *font);
|
|
|
void gnome_font_preview_set_phrase (GnomeFontPreview *preview,
const guchar *phrase);
|
|
|
void gnome_font_preview_set_font (GnomeFontPreview *preview,
GnomeFont *font);
|
|
|
void gnome_font_preview_set_color (GnomeFontPreview *preview,
guint32 color);
|
|
|
GtkWidget * gnome_font_dialog_get_fontsel (GnomeFontDialog *gfsd);
|
|
Returns : |
GtkWidget * gnome_font_dialog_get_preview (GnomeFontDialog *gfsd);
|
|
Returns : |