summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Mikhaylenko <alexm@gnome.org>2022-07-03 02:26:18 +0400
committerAlexander Mikhaylenko <alexm@gnome.org>2022-07-03 02:26:18 +0400
commitd42c51e27d0ce40e08381d5997c587c258eae1a8 (patch)
treee0da13cfff84eca34b5269b16b527dc1aa789e72
parent63af01f7c9b2a348bceb5b8edf3cf1387ea7bed9 (diff)
downloadgtk+-d42c51e27d0ce40e08381d5997c587c258eae1a8.tar.gz
actionbar: Document GtkBuildable child types
-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
*
* ```