Method

Gtk.InfoBar.add_child

Declaration [src]

void
gtk_info_bar_add_child (
  GtkInfoBar* info_bar,
  GtkWidget* widget
)

Description [src]

Adds a widget to the content area of the info bar.

Parameters

widget GtkWidget
 

the child to be added

 Ownership is not transferred to the callee