Method

AdapViewStackadd

Declaration [src]

AdapViewStackPage*
adap_view_stack_add (
  AdapViewStack* self,
  GtkWidget* child
)

Description [src]

Adds a child to self.

Parameters

child

Type: GtkWidget

The widget to add.

The data is owned by the caller of the method.

Return value

Type: AdapViewStackPage

The AdapViewStackPage for child.

The data is owned by the instance.