[libadwaita/wip/cdavis/accessible-roles: 2/2] status-page: Set accessible role to group
- From: Christopher Davis <christopherdavis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/cdavis/accessible-roles: 2/2] status-page: Set accessible role to group
- Date: Thu, 7 Oct 2021 00:14:50 +0000 (UTC)
commit fd4992bea8274dd5bf7ae20d107d007e68024642
Author: Christopher Davis <christopherdavis gnome org>
Date: Sat Oct 2 21:25:26 2021 -0700
status-page: Set accessible role to group
src/adw-status-page.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/src/adw-status-page.c b/src/adw-status-page.c
index 6b847cb9..53053efd 100644
--- a/src/adw-status-page.c
+++ b/src/adw-status-page.c
@@ -232,6 +232,7 @@ adw_status_page_class_init (AdwStatusPageClass *klass)
gtk_widget_class_set_layout_manager_type (widget_class, GTK_TYPE_BIN_LAYOUT);
gtk_widget_class_set_css_name (widget_class, "statuspage");
+ gtk_widget_class_set_accessible_role (widget_class, GTK_ACCESSIBLE_ROLE_GROUP);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]