Method
Adw.Leaflet.insert_child_after
Declaration [src]
AdwLeafletPage*
adw_leaflet_insert_child_after (
AdwLeaflet* self,
GtkWidget* child,
GtkWidget* sibling
)
Description [src]
Inserts child in the position after sibling in the list of children.
If sibling is NULL, inserts child at the first position.
| Available since: | 1.0 |
Parameters
child |
GtkWidget* |
the widget to insert |
|
| The data is owned by the caller of the function | |
sibling |
GtkWidget* |
the sibling after which to insert |
|
Can be NULL | |
| The data is owned by the caller of the function |
Return value
Returns: AdwLeafletPage |
|
the |
|
| The data is owned by the called function | |