set_activatable_widget


Description:

public void set_activatable_widget (Widget? widget)

Sets the widget to activate when this is activated.

The row can be activated either by clicking on it, calling [method@ActionRow.activate], or via mnemonics in the title. See the [ property@PreferencesRow:use-underline] property to enable mnemonics.

The target widget will be activated by emitting the [signal@Gtk.Widget:AdwActionRow:mnemonic-activate] signal on it.

Parameters:

this

an action row

widget

the target widget