Skip to content

Gtk.ActivateAction

class — extends ShortcutAction

Activates a widget.

Widgets are activated by calling Widget.activate.

Static functions

get

@staticmethod
def get() -> ActivateAction

Gets the activate action.

This is an action that calls Widget.activate on the given widget upon activation.