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.

Parameters

child GtkWidget*
 

the widget to insert

 Ownership is not transferred to the callee
sibling GtkWidget*
 

the sibling after which to insert child

 Can be NULL
 Ownership is not transferred to the callee

Return value

Returns: AdwLeafletPage

the AdwLeafletPage for child

Ownership is not transferred to the caller