summaryrefslogtreecommitdiff
path: root/gtk/gtktreestore.h
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2001-03-05 19:43:24 +0000
committerJonathan Blandford <jrb@src.gnome.org>2001-03-05 19:43:24 +0000
commit3b2ffda1f5e0498aad3cb9cd7938159631fac61f (patch)
tree93cbb05b9a24a97b086a7ca75a17a03f97cc6b29 /gtk/gtktreestore.h
parente8a62bd877acae9cebaa94325ec2065983ab6400 (diff)
downloadgtk+-3b2ffda1f5e0498aad3cb9cd7938159631fac61f.tar.gz
renamed "child_toggled" to "has_child_toggled".
Mon Mar 5 14:38:54 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreemodel.c: renamed "child_toggled" to "has_child_toggled". * gtk/gtktreeview.c: Handle removing columns better. Updated to handle new signal name. * gtk/gtktreestore.c: Updated to handle new signal name. * gtk/gtklisttore.c: Updated to handle new signal name. * gtk/gtktreemodelsort.c: Updated to handle new signal name.
Diffstat (limited to 'gtk/gtktreestore.h')
-rw-r--r--gtk/gtktreestore.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/gtk/gtktreestore.h b/gtk/gtktreestore.h
index 3404642340..87a9413f50 100644
--- a/gtk/gtktreestore.h
+++ b/gtk/gtktreestore.h
@@ -50,20 +50,6 @@ struct _GtkTreeStore
struct _GtkTreeStoreClass
{
GObjectClass parent_class;
-
- /* signals */
- /* Will be moved into the GtkTreeModelIface eventually */
- void (* changed) (GtkTreeModel *tree_model,
- GtkTreePath *path,
- GtkTreeIter *iter);
- void (* inserted) (GtkTreeModel *tree_model,
- GtkTreePath *path,
- GtkTreeIter *iter);
- void (* child_toggled) (GtkTreeModel *tree_model,
- GtkTreePath *path,
- GtkTreeIter *iter);
- void (* deleted) (GtkTreeModel *tree_model,
- GtkTreePath *path);
};