summaryrefslogtreecommitdiff
path: root/gtk/a11y/gtkcellaccessible.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2011-11-11 03:02:31 +0100
committerBenjamin Otte <otte@redhat.com>2011-11-16 04:39:22 +0100
commitd26563652608e52f1f30bb4400ac947a748af79b (patch)
treef8c706b9a55e746ee7a69851bf0a95710b35a789 /gtk/a11y/gtkcellaccessible.h
parentf05d3f66b1a3e52bd64805326a434ee4d648ac1d (diff)
downloadgtk+-d26563652608e52f1f30bb4400ac947a748af79b.tar.gz
a11y: Remove index from cellaccessible
That way we also get rid of the refresh_index function.
Diffstat (limited to 'gtk/a11y/gtkcellaccessible.h')
-rw-r--r--gtk/a11y/gtkcellaccessible.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/gtk/a11y/gtkcellaccessible.h b/gtk/a11y/gtkcellaccessible.h
index 234ca7d3dd..ceab222958 100644
--- a/gtk/a11y/gtkcellaccessible.h
+++ b/gtk/a11y/gtkcellaccessible.h
@@ -39,13 +39,8 @@ struct _GtkCellAccessible
AtkObject parent;
GtkWidget *widget;
- /* This cached value is used only by atk_object_get_index_in_parent()
- * which updates the value when it is stale.
- */
- gint index;
AtkStateSet *state_set;
GList *action_list;
- void (*refresh_index) (GtkCellAccessible *cell);
};
struct _GtkCellAccessibleClass
@@ -57,8 +52,7 @@ GType _gtk_cell_accessible_get_type (void);
void _gtk_cell_accessible_initialise (GtkCellAccessible *cell,
GtkWidget *widget,
- AtkObject *parent,
- gint index);
+ AtkObject *parent);
gboolean _gtk_cell_accessible_add_state (GtkCellAccessible *cell,
AtkStateType state_type,
gboolean emit_signal);