summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-06-23 00:08:50 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-07-05 16:08:06 -0400
commite80e585639fcd7f809bcc790993d6f49bcb2d5ed (patch)
tree7abc8e9ca9c181ca5e9ad9160a24f819c2b30bf0 /gtk
parent743cb1fc967cdccf0a7a78bb4199854db721f6f3 (diff)
downloadgtk+-e80e585639fcd7f809bcc790993d6f49bcb2d5ed.tar.gz
Forgotten file
Diffstat (limited to 'gtk')
-rw-r--r--gtk/a11y/gailtreeview.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/a11y/gailtreeview.h b/gtk/a11y/gailtreeview.h
index e0fcfd48b2..d0d6227a03 100644
--- a/gtk/a11y/gailtreeview.h
+++ b/gtk/a11y/gailtreeview.h
@@ -43,9 +43,11 @@ struct _GailTreeView
AtkObject* caption;
AtkObject* summary;
gint n_children_deleted;
+ gint n_rows;
+ gint n_cols;
GArray* col_data;
GArray* row_data;
- GList* cell_data;
+ GHashTable *cell_info_by_index;
GtkTreeModel *tree_model;
AtkObject *focus_cell;
GtkAdjustment *old_hadj;