Method

Gtk.InfoBar.remove_child

Declaration [src]

void
gtk_info_bar_remove_child (
  GtkInfoBar* info_bar,
  GtkWidget* widget
)

Description [src]

Removes a widget from the content area of the info bar.

Parameters

widget GtkWidget
 

a child that has been added to the content area

 Ownership is not transferred to the callee