About all my projects
Gnome::Gtk4::ActivateAction

Gnome::Gtk4::ActivateAction

Description

A Gnome::Gtk4::ShortcutAction that calls gtk_widget_activate().

Class initialization

new

:native-object

Create an object using a native object from elsewhere. See also Gnome::N::TopLevelSupportClass.

multi method new ( N-Object :$native-object! )

Functions

get

Gets the activate action.

This is an action that calls gtk_widget_activate() on the given widget upon activation.

method get (--> N-Object )

Return value; The activate action.