[libadwaita/wip/cdavis/accessible-roles: 1/2] clamp: Set accessible role to group
- From: Christopher Davis <christopherdavis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/cdavis/accessible-roles: 1/2] clamp: Set accessible role to group
- Date: Thu, 7 Oct 2021 00:14:50 +0000 (UTC)
commit c6f307b624eacb057612b7131efa56054e9e4f08
Author: Christopher Davis <christopherdavis gnome org>
Date: Sat Oct 2 21:25:11 2021 -0700
clamp: Set accessible role to group
src/adw-clamp.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/src/adw-clamp.c b/src/adw-clamp.c
index 5cba5c13..cc49f2ce 100644
--- a/src/adw-clamp.c
+++ b/src/adw-clamp.c
@@ -221,6 +221,7 @@ adw_clamp_class_init (AdwClampClass *klass)
gtk_widget_class_set_layout_manager_type (widget_class, ADW_TYPE_CLAMP_LAYOUT);
gtk_widget_class_set_css_name (widget_class, "clamp");
+ 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]