Method
Gtk.InfoBar.remove_action_widget
Declaration [src]
void
gtk_info_bar_remove_action_widget (
GtkInfoBar* info_bar,
GtkWidget* widget
)
Description [src]
Removes a widget from the action area of info_bar
.
The widget must have been put there by a call to
gtk_info_bar_add_action_widget()
or gtk_info_bar_add_button()
.
Parameters
widget |
GtkWidget |
an action widget to remove |
|
Ownership is not transferred to the callee |