Gnome::Gtk4::NeverTrigger
#------------------------------------------------------------------------------- #--[Class Description]---------------------------------------------------------- #-------------------------------------------------------------------------------
Description
A Gnome::Gtk4::ShortcutTrigger that never triggers.
Uml Diagram =for image :src<asset_files/images/plantuml/NeverTrigger.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 never trigger.
This is a singleton for a trigger that never triggers. Use this trigger instead of undefined because it implements all virtual functions.
method get (--> N-Object )
Return value; The never trigger.