diff options
author | Alberto Ruiz <aruiz@gnome.org> | 2011-05-11 22:52:39 +0200 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-08-15 18:57:55 -0400 |
commit | 4add47946bf225ae6c1a9d51808c5e561faef68d (patch) | |
tree | 9cde30348ade33bdffdf51a914816ea2dd491020 /gtk/gtk.h | |
parent | 8e621f593e4a61c95c93d0f7dcfcd1eed15194e5 (diff) | |
download | gtk+-4add47946bf225ae6c1a9d51808c5e561faef68d.tar.gz |
GtkFontChooserDialog: Split the dialog out of gtkfontchooser.[ch] to gtkfontchooserdialog.[ch]
Diffstat (limited to 'gtk/gtk.h')
-rw-r--r-- | gtk/gtk.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -102,6 +102,7 @@ #include <gtk/gtkfontbutton.h> #include <gtk/gtkfontsel.h> #include <gtk/gtkfontchooser.h> +#include <gtk/gtkfontchooserdialog.h> #include <gtk/gtkframe.h> #include <gtk/gtkgradient.h> #include <gtk/gtkgrid.h> |