Table of Contents

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

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