Merge branch 'box_docs' into 'master'
box: improve documentation Closes #3499 See merge request GNOME/gtk!2981
This commit is contained in:
@@ -317,8 +317,8 @@ gtk_box_buildable_iface_init (GtkBuildableIface *iface)
|
||||
|
||||
/**
|
||||
* gtk_box_new:
|
||||
* @orientation: the box’s orientation.
|
||||
* @spacing: the number of pixels to place by default between children.
|
||||
* @orientation: the box’s orientation
|
||||
* @spacing: the number of pixels to place by default between children
|
||||
*
|
||||
* Creates a new #GtkBox.
|
||||
*
|
||||
@@ -479,7 +479,7 @@ gtk_box_get_baseline_position (GtkBox *box)
|
||||
* gtk_box_insert_child_after:
|
||||
* @box: a #GtkBox
|
||||
* @child: the #GtkWidget to insert
|
||||
* @sibling: (nullable): the sibling to move @child after, or %NULL
|
||||
* @sibling: (nullable): the sibling after which to insert @child
|
||||
*
|
||||
* Inserts @child in the position after @sibling in the list
|
||||
* of @box children. If @sibling is %NULL, insert @child at
|
||||
|
||||
Reference in New Issue
Block a user