Forgotten file

This commit is contained in:
Matthias Clasen
2011-06-23 00:08:50 -04:00
parent 743cb1fc96
commit e80e585639

View File

@@ -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;