Method

AdwViewStackremove

since: 1.0

Declaration [src]

void
adw_view_stack_remove (
  AdwViewStack* self,
  GtkWidget* child
)

Description [src]

Removes a child widget from self.

Available since: 1.0

Parameters

child

Type: GtkWidget

The child to remove.

The data is owned by the caller of the method.