summaryrefslogtreecommitdiff
path: root/gtk/gtk.h
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2000-11-09 16:52:17 +0000
committerJonathan Blandford <jrb@src.gnome.org>2000-11-09 16:52:17 +0000
commitc97d57ebb8ceae99ed77fc6d953470e01d74310a (patch)
tree78786db0c79bbf6692d68833d469e5d5b601a0cb /gtk/gtk.h
parent8898529c12e0d2d4a5dd4e3b9917a6a1272f4882 (diff)
downloadgdk-pixbuf-c97d57ebb8ceae99ed77fc6d953470e01d74310a.tar.gz
added more fields to allow more interesting iterators. Also, made the
Thu Nov 9 11:23:22 2000 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreemodel.h (struct _GtkTreeIter): added more fields to allow more interesting iterators. Also, made the lifecycle of iterators more explicit. * gtk/gtktreemodelsort.[ch]: New model for sorting. * gtk/gtk-boxed.defs (GtkTreeIter, GtkTreePath): Added two boxed types.
Diffstat (limited to 'gtk/gtk.h')
-rw-r--r--gtk/gtk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtk.h b/gtk/gtk.h
index ff27fb08c..a7b3e8818 100644
--- a/gtk/gtk.h
+++ b/gtk/gtk.h
@@ -141,6 +141,7 @@
#include <gtk/gtktree.h>
#include <gtk/gtktreeitem.h>
#include <gtk/gtktreemodel.h>
+#include <gtk/gtktreemodelsort.h>
#include <gtk/gtktreeselection.h>
#include <gtk/gtktreestore.h>
#include <gtk/gtktreeview.h>