Table of Contents

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 bool
constructArguments ConstructArgument[]

KeyvalTrigger(IntPtr, bool)

protected KeyvalTrigger(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

KeyvalPropertyDefinition

public static readonly Property<uint, KeyvalTrigger> KeyvalPropertyDefinition

Field Value

Property<uint, KeyvalTrigger>

ModifiersPropertyDefinition

public static readonly Property<ModifierType, KeyvalTrigger> ModifiersPropertyDefinition

Field Value

Property<ModifierType, KeyvalTrigger>

Properties

Keyval

public uint Keyval { get; }

Property Value

uint

Modifiers

public ModifierType Modifiers { get; }

Property Value

ModifierType

Methods

GetGType()

public static Type GetGType()

Returns

Type

GetKeyval()

public uint GetKeyval()

Returns

uint

GetModifiers()

public ModifierType GetModifiers()

Returns

ModifierType

New(uint, ModifierType)

public static KeyvalTrigger New(uint keyval, ModifierType modifiers)

Parameters

keyval uint
modifiers ModifierType

Returns

KeyvalTrigger