Method

AdwAlertDialogset_extra_child

since: 1.5

Declaration [src]

void
adw_alert_dialog_set_extra_child (
  AdwAlertDialog* self,
  GtkWidget* child
)

Description [src]

Sets the child widget of self.

The child widget is displayed below the heading and body.

Available since: 1.5

Parameters

child

Type: GtkWidget

The child widget.

The argument can be NULL.
The data is owned by the caller of the method.