summaryrefslogtreecommitdiff
path: root/gtk/gtkstack.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-10-19 21:15:08 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-10-19 21:15:44 -0400
commit0a71dc1bedf40a791e1f5924e78552ae31b18cde (patch)
treee1dade58ff591c10d57605b1cd54ab71f9493744 /gtk/gtkstack.c
parentfeb73a5ebb59583824257bb5b2820af1f8a56dd6 (diff)
downloadgtk+-0a71dc1bedf40a791e1f5924e78552ae31b18cde.tar.gz
stack: Minor doc addition
Diffstat (limited to 'gtk/gtkstack.c')
-rw-r--r--gtk/gtkstack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkstack.c b/gtk/gtkstack.c
index a9a0902c23..b97ebb54bb 100644
--- a/gtk/gtkstack.c
+++ b/gtk/gtkstack.c
@@ -84,7 +84,7 @@
* # Accessibility
*
* GtkStack uses the #GTK_ACCESSIBLE_ROLE_TAB_PANEL for the stack
- * pages.
+ * pages, which are the accessible parent objects of the child widgets.
*/
/**