Gtk.ActivateAction¶
class — extends ShortcutAction
Activates a widget.
Widgets are activated by calling Widget.activate.
Static functions¶
get¶
Gets the activate action.
This is an action that calls Widget.activate
on the given widget upon activation.