Class KeyvalTrigger
- Namespace
- Gtk
- Assembly
- Gtk-4.0.dll
public class KeyvalTrigger : ShortcutTrigger, IDisposable, GTypeProvider, InstanceFactory
- Inheritance
-
KeyvalTrigger
- Implements
- Inherited Members
Constructors
KeyvalTrigger(params ConstructArgument[])
public KeyvalTrigger(params ConstructArgument[] constructArguments)
Parameters
constructArguments
ConstructArgument[]
KeyvalTrigger(KeyvalTriggerHandle)
public KeyvalTrigger(KeyvalTriggerHandle handle)
Parameters
handle
KeyvalTriggerHandle
Fields
KeyvalPropertyDefinition
public static readonly Property<uint, KeyvalTrigger> KeyvalPropertyDefinition
Field Value
ModifiersPropertyDefinition
public static readonly Property<ModifierType, KeyvalTrigger> ModifiersPropertyDefinition
Field Value
Properties
Keyval
public uint Keyval { get; }
Property Value
Modifiers
public ModifierType Modifiers { get; }
Property Value
Methods
GetGType()
public static Type GetGType()
Returns
GetKeyval()
public uint GetKeyval()
Returns
GetModifiers()
public ModifierType GetModifiers()
Returns
New(uint, ModifierType)
public static KeyvalTrigger New(uint keyval, ModifierType modifiers)
Parameters
keyval
uintmodifiers
ModifierType