iconview: Simplify adjustment monitoring for accessible

This commit is contained in:
Benjamin Otte
2011-12-18 20:18:04 +01:00
parent 4652d4c399
commit 1961be9ee9
3 changed files with 10 additions and 118 deletions

View File

@ -40,8 +40,6 @@ struct _GtkIconViewAccessible
GtkContainerAccessible parent;
GList *items;
GtkAdjustment *old_hadj;
GtkAdjustment *old_vadj;
GtkTreeModel *model;
};
@ -52,9 +50,7 @@ struct _GtkIconViewAccessibleClass
GType _gtk_icon_view_accessible_get_type (void);
void _gtk_icon_view_accessible_set_adjustment (AtkObject *accessible,
GtkOrientation orientation,
GtkAdjustment *adjustment);
void _gtk_icon_view_accessible_adjustment_changed (GtkIconView *icon_view);
G_END_DECLS