Gnome::Gtk4::ActivateAction
#------------------------------------------------------------------------------- #--[Class Description]---------------------------------------------------------- #-------------------------------------------------------------------------------
=begin rakudoc
Description
A Gnome::Gtk4::ShortcutAction that calls Gnome::Gtk4::Widget .activate() in Gnome::Gtk4::Widget.
Uml Diagram
=end rakudoc
#------------------------------------------------------------------------------- #--[Class Initialization]------------------------------------------------------- #-------------------------------------------------------------------------------
=begin rakudoc
Class initialization
new
:native-object
Create an object using a native object from an object of the same type found elsewhere. See also Gnome::N::TopLevelSupportClass.
multi method new ( N-Object() :$native-object! )
=end rakudoc
#------------------------------------------------------------------------------- #--[Functions]------------------------------------------------------------------ #-------------------------------------------------------------------------------
=begin rakudoc
Functions =end rakudoc
#------------------------------------------------------------------------------- =begin rakudoc
get
Gets the activate action.
This is an action that calls .activate() in Gnome::Gtk4::Widget on the given widget upon activation.
method get ( --> N-Object )
Return value; The activate action.
=end rakudoc