ActionRow.activatableWidget

gtk.widget.Widget activatableWidget() @property

Get activatableWidget property.

Returns

The widget to activate when the row is activated.

The row can be activated either by clicking on it, calling adw.action_row.ActionRow.activate, or via mnemonics in the title. See the adw.preferences_row.PreferencesRow.useUnderline property to enable mnemonics.

The target widget will be activated by emitting the gtk.widget.Widget.mnemonicActivate signal on it.

void activatableWidget(gtk.widget.Widget propval) @property

Set activatableWidget property.

Parameters

propvalThe widget to activate when the row is activated. The row can be activated either by clicking on it, calling adw.action_row.ActionRow.activate, or via mnemonics in the title. See the adw.preferences_row.PreferencesRow.useUnderline property to enable mnemonics. The target widget will be activated by emitting the gtk.widget.Widget.mnemonicActivate signal on it.