diff options
author | Alexander Larsson <alexl@redhat.com> | 2001-02-16 18:16:14 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2001-02-16 18:16:14 +0000 |
commit | 29f16cc67120f62de56856ec8ae282f7c729619a (patch) | |
tree | e8dc0eb0d4230593ad4f21f6916555e7348cd140 /ChangeLog | |
parent | 1c31afa007a1cffc74f7809d5ac02bfc49dd4e3f (diff) | |
download | gtk+-29f16cc67120f62de56856ec8ae282f7c729619a.tar.gz |
New files. Implement GtkTreeModelMapping.
2001-02-16 Alexander Larsson <alexl@redhat.com>
* gtk/gtktreemodelmapping.[ch]:
New files. Implement GtkTreeModelMapping.
* gtk/Makefile.am:
Add gtktreemodelmapping.[ch].
* gtk/gtk.h:
Add gtktreemodelmapping.h
* gtk/treestoretest.c:
Test the GtkTreeModelMapping
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2001-02-16 Alexander Larsson <alexl@redhat.com> + + * gtk/gtktreemodelmapping.[ch]: + New files. Implement GtkTreeModelMapping. + + * gtk/Makefile.am: + Add gtktreemodelmapping.[ch]. + + * gtk/gtk.h: + Add gtktreemodelmapping.h + + * gtk/treestoretest.c: + Test the GtkTreeModelMapping + Tue Feb 13 13:16:09 2001 Jonathan Blandford <jrb@redhat.com> * demos/gtk-demo/panes.c (create_pane_options): If we're going to |