[gtk/gtk-4-4] Mention that after setting a button child the user is responsible for a11y relations
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/gtk-4-4] Mention that after setting a button child the user is responsible for a11y relations
- Date: Sun, 31 Oct 2021 21:52:13 +0000 (UTC)
commit 4b25b43f8301aec03f594c6db04c91148d9f93ac
Author: Lukáš Tyrychtr <lukastyrychtr gmail com>
Date: Mon Sep 20 10:52:16 2021 +0200
Mention that after setting a button child the user is responsible for a11y relations
gtk/gtkbutton.c | 6 ++++++
1 file changed, 6 insertions(+)
---
diff --git a/gtk/gtkbutton.c b/gtk/gtkbutton.c
index 49f0681767..f02ca168bc 100644
--- a/gtk/gtkbutton.c
+++ b/gtk/gtkbutton.c
@@ -1035,6 +1035,12 @@ gtk_button_get_action_helper (GtkButton *button)
* @child: (nullable): the child widget
*
* Sets the child widget of @button.
+ *
+ * Note that by using this API, you take full responsibility for setting
+ * up the proper accessibility label and description information for @button.
+ * Most likely, you'll either set the accessibility label or description
+ * for @button explicitly, or you'll set a labelled-by or described-by
+ * relations from @child to @button.
*/
void
gtk_button_set_child (GtkButton *button,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]