summaryrefslogtreecommitdiff
path: root/gtk/gtkfontchooserutils.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-12-21 10:51:04 -0500
committerMatthias Clasen <mclasen@redhat.com>2018-01-03 12:18:18 -0500
commitf0526359d188689cd081f2b98430fbabfa19db30 (patch)
tree41c44c63871466776e257fe564cb3c975d4067ae /gtk/gtkfontchooserutils.h
parent78f9193d7ed56ea28259e5253a0fd8a9b48e4236 (diff)
downloadgtk+-f0526359d188689cd081f2b98430fbabfa19db30.tar.gz
font chooser: introduce font chooser levels
This is a more systematic approach to reducing the level of detail in the font chooser.
Diffstat (limited to 'gtk/gtkfontchooserutils.h')
-rw-r--r--gtk/gtkfontchooserutils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkfontchooserutils.h b/gtk/gtkfontchooserutils.h
index 7c92a64947..8d4af1bd66 100644
--- a/gtk/gtkfontchooserutils.h
+++ b/gtk/gtkfontchooserutils.h
@@ -37,6 +37,7 @@ typedef enum {
GTK_FONT_CHOOSER_PROP_FONT_DESC,
GTK_FONT_CHOOSER_PROP_PREVIEW_TEXT,
GTK_FONT_CHOOSER_PROP_SHOW_PREVIEW_ENTRY,
+ GTK_FONT_CHOOSER_PROP_LEVEL,
GTK_FONT_CHOOSER_PROP_LAST
} GtkFontChooserProp;