diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2003-07-01 19:46:22 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-07-01 19:46:22 +0000 |
commit | 7f5968aa0781f33918016adfc2eb571efd727451 (patch) | |
tree | cab96c9f40b85f65c54fed4ef60120f5dca352fe /gtk/gtk.h | |
parent | f976beaf41861a20b8754a7853029ba435304c05 (diff) | |
download | gtk+-7f5968aa0781f33918016adfc2eb571efd727451.tar.gz |
Add GtkExpander docs.
Diffstat (limited to 'gtk/gtk.h')
-rw-r--r-- | gtk/gtk.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -51,6 +51,7 @@ #include <gtk/gtkcheckmenuitem.h> #include <gtk/gtkclipboard.h> #include <gtk/gtkclist.h> +#include <gtk/gtkcolorbutton.h> #include <gtk/gtkcolorsel.h> #include <gtk/gtkcolorseldialog.h> #include <gtk/gtkcombo.h> @@ -64,8 +65,10 @@ #include <gtk/gtkentry.h> #include <gtk/gtkenums.h> #include <gtk/gtkeventbox.h> +#include <gtk/gtkexpander.h> #include <gtk/gtkfilesel.h> #include <gtk/gtkfixed.h> +#include <gtk/gtkfontbutton.h> #include <gtk/gtkfontsel.h> #include <gtk/gtkframe.h> #include <gtk/gtkgamma.h> |