Method

Gtk.Assistant.remove_action_widget

Declaration [src]

void
gtk_assistant_remove_action_widget (
  GtkAssistant* assistant,
  GtkWidget* child
)

Description [src]

Removes a widget from the action area of a GtkAssistant.

Parameters

child GtkWidget
 

a GtkWidget

 Ownership is not transferred to the callee