diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-10-14 22:27:09 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-10-14 22:27:09 -0400 |
commit | 1bf21d3dba1f6c95d3562ab9a2fb98235122c4ba (patch) | |
tree | c452744f3dc156a345a0fd2edeec93720c63f2e7 /gtk/gtkstack.c | |
parent | 14640cec85c5cf4f964830456dbe6655c39f80fd (diff) | |
download | gtk+-1bf21d3dba1f6c95d3562ab9a2fb98235122c4ba.tar.gz |
Document accessible roles for stacks and notebooks
This was forgotten when I implemented the Tabs pattern.
Diffstat (limited to 'gtk/gtkstack.c')
-rw-r--r-- | gtk/gtkstack.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk/gtkstack.c b/gtk/gtkstack.c index 2c9b53bd07..a9a0902c23 100644 --- a/gtk/gtkstack.c +++ b/gtk/gtkstack.c @@ -80,6 +80,11 @@ * # CSS nodes * * GtkStack has a single CSS node named stack. + * + * # Accessibility + * + * GtkStack uses the #GTK_ACCESSIBLE_ROLE_TAB_PANEL for the stack + * pages. */ /** |