Gnome::Gtk4::MnemonicAction
#------------------------------------------------------------------------------- #--[Class Description]---------------------------------------------------------- #-------------------------------------------------------------------------------
Description
A Gnome::Gtk4::ShortcutAction that calls gtk_widget_mnemonic_activate().
Uml Diagram =for image :src<asset_files/images/plantuml/MnemonicAction.png> :width<70%> :class<inline>
#------------------------------------------------------------------------------- #--[Class Initialization]------------------------------------------------------- #-------------------------------------------------------------------------------
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! )
#------------------------------------------------------------------------------- #--[Functions]------------------------------------------------------------------ #-------------------------------------------------------------------------------
Functions
#-------------------------------------------------------------------------------
get
Gets the mnemonic action.
This is an action that calls gtk_widget_mnemonic_activate() on the given widget upon activation.
method get (--> N-Object )
Return value; The mnemonic action.