Method
GtkInfoBaradd_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.
Deprecated since: | 4.10 |
Please do not use it in newly written code. |
Parameters
widget |
GtkWidget |
The child to be added. |
|
The data is owned by the caller of the function. |