Method

AdwLeafletprepend

Declaration [src]

AdwLeafletPage*
adw_leaflet_prepend (
  AdwLeaflet* self,
  GtkWidget* child
)

Description [src]

Inserts child at the first position in self.

Available since:1.0

Parameters

child GtkWidget
 

The widget to prepend.

 The data is owned by the caller of the function.

Return value

Returns: AdwLeafletPage
 

The AdwLeafletPage for child.

 The data is owned by the instance.