diff options
author | Jonathan Blandford <jrb@redhat.com> | 2001-03-28 01:54:14 +0000 |
---|---|---|
committer | Jonathan Blandford <jrb@src.gnome.org> | 2001-03-28 01:54:14 +0000 |
commit | 88bbc2a534d07b6973c1ecd0979baae14a23e019 (patch) | |
tree | ab3006261952a0682fc0952b558bb8285d497fa1 /gtk/gtktreemodel.h | |
parent | 2c613ffd95fd25dceea8173271f3fbc488321cd9 (diff) | |
download | gtk+-88bbc2a534d07b6973c1ecd0979baae14a23e019.tar.gz |
More work on implementing sortable interface.
Tue Mar 27 20:55:29 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkliststore.c: More work on implementing sortable
interface.
Diffstat (limited to 'gtk/gtktreemodel.h')
-rw-r--r-- | gtk/gtktreemodel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtktreemodel.h b/gtk/gtktreemodel.h index 4aaac7d834..80ed13aa61 100644 --- a/gtk/gtktreemodel.h +++ b/gtk/gtktreemodel.h @@ -69,6 +69,7 @@ struct _GtkTreeModelIface GtkTreePath *path); void (* reordered) (GtkTreeModel *tree_model, GtkTreePath *path, + GtkTreeIter *iter, gint *new_order); /* Virtual Table */ @@ -219,6 +220,7 @@ void gtk_tree_model_deleted (GtkTreeModel *tree_model, GtkTreePath *path); void gtk_tree_model_reordered (GtkTreeModel *tree_model, GtkTreePath *path, + GtkTreeIter *iter, gint *new_order); |