Method

GtkAssistantadd_action_widget

since: 2.10

Declaration [src]

void
gtk_assistant_add_action_widget (
  GtkAssistant* assistant,
  GtkWidget* child
)

Description [src]

Adds a widget to the action area of a GtkAssistant.

Available since: 2.10

Parameters

child

Type: GtkWidget

A GtkWidget.

The data is owned by the caller of the method.