diff options
author | Kristian Rietveld <kris@gtk.org> | 2003-07-11 12:51:24 +0000 |
---|---|---|
committer | Kristian Rietveld <kristian@src.gnome.org> | 2003-07-11 12:51:24 +0000 |
commit | edef7d00d99561796ae2a5fba9576ac1eaaba0a1 (patch) | |
tree | bccb75e8a7a9e88b89cc9feeb0a4ef2cbc70fae0 /po | |
parent | 8aafd6bb1682ab4c85b78c692c2d8e779d158d7d (diff) | |
download | gdk-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 'po')
-rw-r--r-- | po/POTFILES.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index cebfa125a..ffa3d0b5d 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -28,6 +28,7 @@ gtk/gtkbbox.c gtk/gtkbox.c gtk/gtkbutton.c gtk/gtkcalendar.c +gtk/gtkcelllayout.c gtk/gtkcellrenderer.c gtk/gtkcellrendererpixbuf.c gtk/gtkcellrenderertext.c @@ -41,6 +42,7 @@ gtk/gtkcontainer.c gtk/gtkcurve.c gtk/gtkdialog.c gtk/gtkentry.c +gtk/gtkentrycompletion.c gtk/gtkfilesel.c gtk/gtkfixed.c gtk/gtkfontsel.c @@ -89,6 +91,7 @@ gtk/gtkthemes.c gtk/gtktipsquery.c gtk/gtktogglebutton.c gtk/gtktoolbar.c +gtk/gtktreemodelfilter.c gtk/gtktreemodelsort.c gtk/gtktreeview.c gtk/gtktreeviewcolumn.c |