Table of Contents

Class MnemonicTrigger

Namespace
Gtk
Assembly
Gtk-4.0.dll
public class MnemonicTrigger : ShortcutTrigger, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
Inheritance
MnemonicTrigger
Implements
Inherited Members

Constructors

MnemonicTrigger(bool, params ConstructArgument[])

protected MnemonicTrigger(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

MnemonicTrigger(IntPtr, bool)

protected MnemonicTrigger(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

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