Method

GtkStackremove

Declaration [src]

void
gtk_stack_remove (
  GtkStack* stack,
  GtkWidget* child
)

Description [src]

Removes a child widget from stack.

Parameters

child

Type: GtkWidget

The child to remove.

The data is owned by the caller of the method.