Merge branch 'wip/exalm/actionbar' into 'main'

actionbar: Document GtkBuildable child types

See merge request GNOME/gtk!4848
This commit is contained in:
Emmanuele Bassi 2022-07-02 22:46:40 +00:00
commit a664d06c2f

View File

@ -47,6 +47,13 @@
* the full width of the box, even if the children at either side take * the full width of the box, even if the children at either side take
* up different amounts of space. * 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 * # CSS nodes
* *
* ``` * ```