Class KeyvalTrigger
- Namespace
- Gtk
- Assembly
- Gtk-4.0.dll
public class KeyvalTrigger : ShortcutTrigger, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
- Inheritance
-
KeyvalTrigger
- Implements
- Inherited Members
Constructors
KeyvalTrigger(bool, params ConstructArgument[])
protected KeyvalTrigger(bool owned, params ConstructArgument[] constructArguments)
Parameters
owned
boolconstructArguments
ConstructArgument[]
KeyvalTrigger(IntPtr, bool)
protected KeyvalTrigger(IntPtr ptr, bool ownedRef)
Parameters
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