a11y: add a property accessible-name on StWidget

https://bugzilla.gnome.org/show_bug.cgi?id=671378
This commit is contained in:
Alejandro Piñeiro
2012-03-15 19:32:21 +01:00
parent 207abe9a2c
commit 67ef448471
2 changed files with 109 additions and 1 deletions

View File

@@ -164,6 +164,9 @@ void st_widget_add_accessible_state (StWidget *widget,
AtkStateType state);
void st_widget_remove_accessible_state (StWidget *widget,
AtkStateType state);
void st_widget_set_accessible_name (StWidget *widget,
const gchar *name);
const gchar * st_widget_get_accessible_name (StWidget *widget);
G_END_DECLS