GtkSpinner: set a suitable role for the accessible

The consensus of the accessibility team was that this is
an animation. Update tests to match.
This commit is contained in:
Matthias Clasen 2011-06-23 18:31:22 -04:00
parent 828d70c6d7
commit 3edebfb81c
2 changed files with 2 additions and 1 deletions

View File

@ -285,6 +285,7 @@ gtk_spinner_accessible_initialize (AtkObject *accessible,
atk_object_set_name (accessible, C_("throbbing progress animation widget", "Spinner"));
atk_object_set_description (accessible, _("Provides visual indication of progress"));
atk_object_set_role (accessible, ATK_ROLE_ANIMATION);
}
static void

View File

@ -7,7 +7,7 @@ window1
layer: window
alpha: 1
spinner1
"unknown"
"animation"
parent: window1
index: 0
name: Spinner