Table of Contents

Class MnemonicTrigger

Namespace
Gtk
Assembly
Gtk-4.0.dll
public class MnemonicTrigger : ShortcutTrigger, IDisposable, NativeObject, GTypeProvider, InstanceFactory
Inheritance
MnemonicTrigger
Implements
Inherited Members

Constructors

MnemonicTrigger(params ConstructArgument[])

[Obsolete("Regular C# constructors on native classes will be removed in a future version. Please see the linked documentation for more details. It contains scenarios and possible solutions to prepare for the upcoming changes.", DiagnosticId = "GirCore1007", UrlFormat = "https://gircore.github.io/docs/integration/diagnostic/1007.html")]
public MnemonicTrigger(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

MnemonicTrigger(CreationData)

[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected MnemonicTrigger(CreationData data)

Parameters

data CreationData

MnemonicTrigger(MnemonicTriggerHandle)

protected MnemonicTrigger(MnemonicTriggerHandle handle)

Parameters

handle MnemonicTriggerHandle

Fields

KeyvalPropertyDefinition

public static readonly Property<uint, MnemonicTrigger> KeyvalPropertyDefinition

Field Value

Property<uint, MnemonicTrigger>

Properties

Keyval

public uint Keyval { get; }

Property Value

uint

Methods

GetGType()

public static Type GetGType()

Returns

Type

GetKeyval()

public uint GetKeyval()

Returns

uint

New(uint)

public static MnemonicTrigger New(uint keyval)

Parameters

keyval uint

Returns

MnemonicTrigger

NewFromPointer(nint, bool)

Creates a new managed MnemonicTrigger instance for a given pointer.

public static MnemonicTrigger NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

MnemonicTrigger

NewWithProperties(ConstructArgument[])

Creates a new MnemonicTrigger and sets the properties specified by the construct arguments.

public static MnemonicTrigger NewWithProperties(ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

The properties to set.

Returns

MnemonicTrigger