diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-07-27 10:46:52 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-07-27 10:48:08 -0400 |
commit | d90f79de0e3e778f3972467f4807a2ee306912be (patch) | |
tree | 6b1601bd9fcbaad8adfcca538f658edb95356d46 /gtk/gtkdialog.c | |
parent | 790db8db53c7d303cc1825746c3f34a67922bbc1 (diff) | |
download | gtk+-d90f79de0e3e778f3972467f4807a2ee306912be.tar.gz |
a11y: Document roles of widgets
Add a section to the long description for each
widget that is using a non-default accessible role.
Diffstat (limited to 'gtk/gtkdialog.c')
-rw-r--r-- | gtk/gtkdialog.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtkdialog.c b/gtk/gtkdialog.c index 40a5e159b0..9c1f05436e 100644 --- a/gtk/gtkdialog.c +++ b/gtk/gtkdialog.c @@ -157,6 +157,10 @@ * </action-widgets> * </object> * ]| + * + * # Accessibility + * + * GtkDialog uses the #GTK_ACCESSIBLE_ROLE_DIALOG role. */ typedef struct _ResponseData ResponseData; |