diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-09-15 18:37:56 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-09-15 18:39:09 -0400 |
commit | cc9fe4b354a6ae14f7f85d62d7807955d7a54799 (patch) | |
tree | 89f726cdfd85f4bc1ea722b16e58972fe963009b /docs/reference/gtk/gtk4-sections.txt | |
parent | e4d29ba9fdfb78625dd792d9956783352b6b6208 (diff) | |
download | gtk+-stack-add-child.tar.gz |
stack: Add gtk_stack_add_childstack-add-child
The name of children is not essential, so add
a way to add children without providing one.
Fixes: #3165
Diffstat (limited to 'docs/reference/gtk/gtk4-sections.txt')
-rw-r--r-- | docs/reference/gtk/gtk4-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/gtk/gtk4-sections.txt b/docs/reference/gtk/gtk4-sections.txt index d3986d02d6..62d617d582 100644 --- a/docs/reference/gtk/gtk4-sections.txt +++ b/docs/reference/gtk/gtk4-sections.txt @@ -5975,6 +5975,7 @@ gtk_stack_page_set_icon_name gtk_stack_page_get_child GtkStack gtk_stack_new +gtk_stack_add_child gtk_stack_add_named gtk_stack_add_titled gtk_stack_remove |