[libadwaita] entry-row: Set accessible role
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita] entry-row: Set accessible role
- Date: Wed, 1 Jun 2022 10:20:57 +0000 (UTC)
commit 993ecf8f81662bd90246295b101a1faf60ed120c
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date: Wed Jun 1 10:20:57 2022 +0000
entry-row: Set accessible role
src/adw-entry-row.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/src/adw-entry-row.c b/src/adw-entry-row.c
index 502d6e98..7ec4f74d 100644
--- a/src/adw-entry-row.c
+++ b/src/adw-entry-row.c
@@ -472,6 +472,7 @@ adw_entry_row_class_init (AdwEntryRowClass *klass)
gtk_widget_class_bind_template_callback (widget_class, text_activated_cb);
gtk_widget_class_bind_template_callback (widget_class, apply_button_clicked_cb);
+ gtk_widget_class_set_accessible_role (widget_class, GTK_ACCESSIBLE_ROLE_TEXT_BOX);
g_type_ensure (ADW_TYPE_GIZMO);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]