Method

AdwLeafletappend

since: 1.0

Declaration [src]

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

Description [src]

Adds a child to self.

Available since: 1.0

Parameters

child

Type: GtkWidget

The widget to add.

The data is owned by the caller of the method.

Return value

Type: AdwLeafletPage

The AdwLeafletPage for child.

The returned data is owned by the instance.