Method

Adw.ActionRow.set_activatable_widget

Declaration [src]

void
adw_action_row_set_activatable_widget (
  AdwActionRow* self,
  GtkWidget* widget
)

Description [src]

Sets the widget to activate when self is activated.

Parameters

widget GtkWidget*
 

the target widget

 Can be NULL
 Ownership is not transferred to the callee