diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-06-12 23:55:30 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-06-13 00:00:51 -0400 |
commit | 6f955a7df67222b6ee4b2502eb5e1428f9c91d20 (patch) | |
tree | c7ede1be96862e105dde7a169f1b0e03c00a0cd0 /gtk/gtkfontchooserutils.h | |
parent | 8c6130e68a6e62980251cb19a0fbcd50505700f1 (diff) | |
download | gtk+-6f955a7df67222b6ee4b2502eb5e1428f9c91d20.tar.gz |
Redo font map support in GtkFontChooser
We can't add properties to the interface, since it breaks
3rd party implementations of the GtkFontChooser interface.
These exist, for example in gnumeric.
So, instead of a new property, add getter/setter vfuncs.
Diffstat (limited to 'gtk/gtkfontchooserutils.h')
-rw-r--r-- | gtk/gtkfontchooserutils.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkfontchooserutils.h b/gtk/gtkfontchooserutils.h index 0a8f9f8d8d..7c92a64947 100644 --- a/gtk/gtkfontchooserutils.h +++ b/gtk/gtkfontchooserutils.h @@ -37,7 +37,6 @@ 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_FONT_MAP, GTK_FONT_CHOOSER_PROP_LAST } GtkFontChooserProp; |