Method

GtkActionBarremove

Declaration [src]

void
gtk_action_bar_remove (
  GtkActionBar* action_bar,
  GtkWidget* child
)

Description [src]

Removes a child from the action bar.

Parameters

child

Type: GtkWidget

The widget to be removed.

The data is owned by the caller of the method.