diff options
author | Christian Persch <chpe@gnome.org> | 2011-09-12 00:13:26 +0200 |
---|---|---|
committer | Christian Persch <chpe@gnome.org> | 2011-09-13 12:55:33 +0200 |
commit | abd9242f3358aad1de4521bd6787643ac82b69db (patch) | |
tree | 397bee44380f21f3a2df74a43d6c8fccd9f1a707 /gtk/gtkfontchooserutils.h | |
parent | 1b818f2e461dd85a7feed925334ad7b37498392c (diff) | |
download | gtk+-abd9242f3358aad1de4521bd6787643ac82b69db.tar.gz |
Add GtkFontChooser:font-desc property
Add a way to set/get the font as a PangoFontDescription.
Diffstat (limited to 'gtk/gtkfontchooserutils.h')
-rw-r--r-- | gtk/gtkfontchooserutils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkfontchooserutils.h b/gtk/gtkfontchooserutils.h index f574f14550..dc9fdff0c6 100644 --- a/gtk/gtkfontchooserutils.h +++ b/gtk/gtkfontchooserutils.h @@ -36,6 +36,7 @@ G_BEGIN_DECLS typedef enum { GTK_FONT_CHOOSER_PROP_FIRST = 0x4000, GTK_FONT_CHOOSER_PROP_FONT, + GTK_FONT_CHOOSER_PROP_FONT_DESC, GTK_FONT_CHOOSER_PROP_PREVIEW_TEXT, GTK_FONT_CHOOSER_PROP_SHOW_PREVIEW_ENTRY, GTK_FONT_CHOOSER_PROP_LAST |