diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-10-19 21:15:08 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-10-19 21:15:44 -0400 |
commit | 0a71dc1bedf40a791e1f5924e78552ae31b18cde (patch) | |
tree | e1dade58ff591c10d57605b1cd54ab71f9493744 /gtk | |
parent | feb73a5ebb59583824257bb5b2820af1f8a56dd6 (diff) | |
download | gtk+-0a71dc1bedf40a791e1f5924e78552ae31b18cde.tar.gz |
stack: Minor doc addition
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkstack.c | 2 |
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. */ /** |