summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gmail.com>2022-07-02 22:46:40 +0000
committerEmmanuele Bassi <ebassi@gmail.com>2022-07-02 22:46:40 +0000
commita664d06c2f554c51f49e28751036c917869912f3 (patch)
treee0da13cfff84eca34b5269b16b527dc1aa789e72
parent63af01f7c9b2a348bceb5b8edf3cf1387ea7bed9 (diff)
parentd42c51e27d0ce40e08381d5997c587c258eae1a8 (diff)
downloadgtk+-a664d06c2f554c51f49e28751036c917869912f3.tar.gz
Merge branch 'wip/exalm/actionbar' into 'main'
actionbar: Document GtkBuildable child types See merge request GNOME/gtk!4848
-rw-r--r--gtk/gtkactionbar.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/gtk/gtkactionbar.c b/gtk/gtkactionbar.c
index 9d7b312683..5405315029 100644
--- a/gtk/gtkactionbar.c
+++ b/gtk/gtkactionbar.c
@@ -47,6 +47,13 @@
* the full width of the box, even if the children at either side take
* up different amounts of space.
*
+ * # GtkActionBar as GtkBuildable
+ *
+ * The `GtkActionBar` implementation of the `GtkBuildable` interface supports
+ * adding children at the start or end sides by specifying “start” or “end” as
+ * the “type” attribute of a `<child>` element, or setting the center widget
+ * by specifying “center” value.
+ *
* # CSS nodes
*
* ```