summaryrefslogtreecommitdiff
path: root/gtk/gtktreeprivate.h
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2001-06-26 17:01:53 +0000
committerJonathan Blandford <jrb@src.gnome.org>2001-06-26 17:01:53 +0000
commit94f7d7e604548d1bd2b73c2640f534b870b96054 (patch)
tree0a2ce47d8c953f97c8d3e8035d0dcd49f4535748 /gtk/gtktreeprivate.h
parent837b7120a81a4a64ece4dc361efba656641d091f (diff)
downloadgtk+-94f7d7e604548d1bd2b73c2640f534b870b96054.tar.gz
fix stupid missing statement
Tue Jun 26 12:59:28 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): fix stupid missing statement * gtk/gtktreeview.c (gtk_tree_view_set_destroy_count_func): New private function for ATK. It notifies you of how many _visible_ children are deleted when a node is deleted. Should be used by atk only.
Diffstat (limited to 'gtk/gtktreeprivate.h')
-rw-r--r--gtk/gtktreeprivate.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk/gtktreeprivate.h b/gtk/gtktreeprivate.h
index 4af2b90d22..b27ca1baa9 100644
--- a/gtk/gtktreeprivate.h
+++ b/gtk/gtktreeprivate.h
@@ -135,6 +135,11 @@ struct _GtkTreeViewPrivate
GList *column_drag_info;
GtkTreeViewColumnReorder *cur_reorder;
+ /* ATK Hack */
+ GtkTreeDestroyCountFunc destroy_count_func;
+ gpointer destroy_count_data;
+ GtkDestroyNotify destroy_count_destroy;
+
/* Scroll timeout (e.g. during dnd) */
guint scroll_timeout;