Method

GtkActionBarremove

Declaration [src]

void
gtk_action_bar_remove (
  GtkActionBar* action_bar,
  GtkWidget* child
)

Description [src]

Removes a child from action_bar.

Parameters

child

Type: GtkWidget

The GtkWidget to be removed.

The data is owned by the caller of the method.