Method

Adw.ViewStack.add

Declaration [src]

AdwViewStackPage*
adw_view_stack_add (
  AdwViewStack* self,
  GtkWidget* child
)

Description [src]

Adds a child to self.

Available since:1.0

Parameters

child GtkWidget*
 

the widget to add

 The data is owned by the caller of the function

Return value

Returns: AdwViewStackPage

the AdwViewStackPage for child

The data is owned by the called function