From edef7d00d99561796ae2a5fba9576ac1eaaba0a1 Mon Sep 17 00:00:00 2001 From: Kristian Rietveld Date: Fri, 11 Jul 2003 12:51:24 +0000 Subject: Landing GtkTreeModelFilter and the completion code. (Test program and Fri Jul 11 14:32:43 2003 Kristian Rietveld 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. --- gtk/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gtk/Makefile.am') diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 3d0fc73cc5..abca8097bc 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -102,6 +102,7 @@ gtk_public_h_sources = \ gtkbutton.h \ gtkcalendar.h \ gtkcelleditable.h \ + gtkcelllayout.h \ gtkcellrenderer.h \ gtkcellrendererpixbuf.h \ gtkcellrenderertext.h \ @@ -124,6 +125,7 @@ gtk_public_h_sources = \ gtkdrawingarea.h \ gtkeditable.h \ gtkentry.h \ + gtkentrycompletion.h \ gtkenums.h \ gtkeventbox.h \ gtkexpander.h \ @@ -221,6 +223,7 @@ gtk_public_h_sources = \ gtktreednd.h \ gtktreeitem.h \ gtktreemodel.h \ + gtktreemodelfilter.h \ gtktreemodelsort.h \ gtktreeselection.h \ gtktreesortable.h \ @@ -241,6 +244,7 @@ gtk_public_h_sources = \ # GTK+ header files that don't get installed gtk_private_h_sources = \ + gtkentryprivate.h \ gtkrbtree.h \ gtktextbtree.h \ gtktextchildprivate.h \ @@ -277,6 +281,7 @@ gtk_c_sources = \ gtkbox.c \ gtkbutton.c \ gtkcalendar.c \ + gtkcelllayout.c \ gtkcellrenderer.c \ gtkcelleditable.c \ gtkcellrenderertext.c \ @@ -299,6 +304,7 @@ gtk_c_sources = \ gtkdrawingarea.c \ gtkeditable.c \ gtkentry.c \ + gtkentrycompletion.c \ gtkeventbox.c \ gtkexpander.c \ gtkfilesel.c \ @@ -403,6 +409,7 @@ gtk_c_sources = \ gtktreedatalist.c \ gtktreednd.c \ gtktreemodel.c \ + gtktreemodelfilter.c \ gtktreemodelsort.c \ gtktreeselection.c \ gtktreesortable.c \ -- cgit v1.2.1