summaryrefslogtreecommitdiff
path: root/gtk/gtk.h
diff options
context:
space:
mode:
authorKristian Rietveld <kris@gtk.org>2003-07-11 12:51:24 +0000
committerKristian Rietveld <kristian@src.gnome.org>2003-07-11 12:51:24 +0000
commitedef7d00d99561796ae2a5fba9576ac1eaaba0a1 (patch)
treebccb75e8a7a9e88b89cc9feeb0a4ef2cbc70fae0 /gtk/gtk.h
parent8aafd6bb1682ab4c85b78c692c2d8e779d158d7d (diff)
downloadgdk-pixbuf-edef7d00d99561796ae2a5fba9576ac1eaaba0a1.tar.gz
Landing GtkTreeModelFilter and the completion code. (Test program and
Fri Jul 11 14:32:43 2003 Kristian Rietveld <kris@gtk.org> Landing GtkTreeModelFilter and the completion code. (Test program and documentation will follow next week). * gtk/gtkcellayout.[ch], gtk/gtkentrycompletion.[ch], gtk/gtktreemodelfilter.[ch], gtk/gtkentryprivate.h: new files. * gtkentry.[ch]: added gtk_entry_{get,set}_completion, wrote necessary code to hook up completion. * gtktreeviewcolumn.c: made GtkTreeViewColumn implement the new GtkCellLayout interface. * gtkmarshalers.list: added BOOLEAN:OBJECT,BOXED. * gtk/gtk.h, gtk/Makefile.am, po/POTFILES.in: all updated for the new source files.
Diffstat (limited to 'gtk/gtk.h')
-rw-r--r--gtk/gtk.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtk.h b/gtk/gtk.h
index 5115dbe4e..051839def 100644
--- a/gtk/gtk.h
+++ b/gtk/gtk.h
@@ -43,6 +43,7 @@
#include <gtk/gtkbox.h>
#include <gtk/gtkbutton.h>
#include <gtk/gtkcalendar.h>
+#include <gtk/gtkcelllayout.h>
#include <gtk/gtkcellrenderer.h>
#include <gtk/gtkcellrendererpixbuf.h>
#include <gtk/gtkcellrenderertext.h>
@@ -63,6 +64,7 @@
#include <gtk/gtkdrawingarea.h>
#include <gtk/gtkeditable.h>
#include <gtk/gtkentry.h>
+#include <gtk/gtkentrycompletion.h>
#include <gtk/gtkenums.h>
#include <gtk/gtkeventbox.h>
#include <gtk/gtkexpander.h>
@@ -152,6 +154,7 @@
#include <gtk/gtktreednd.h>
#include <gtk/gtktreeitem.h>
#include <gtk/gtktreemodel.h>
+#include <gtk/gtktreemodelfilter.h>
#include <gtk/gtktreemodelsort.h>
#include <gtk/gtktreeselection.h>
#include <gtk/gtktreestore.h>