Table of Contents

Class ShortcutTrigger

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

Constructors

ShortcutTrigger(bool, params ConstructArgument[])

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

Parameters

owned bool
constructArguments ConstructArgument[]

ShortcutTrigger(IntPtr, bool)

protected ShortcutTrigger(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Methods

Compare(IntPtr)

public int Compare(IntPtr trigger2)

Parameters

trigger2 IntPtr

Returns

int

Equal(IntPtr)

public bool Equal(IntPtr trigger2)

Parameters

trigger2 IntPtr

Returns

bool

GetGType()

public static Type GetGType()

Returns

Type

Hash()

public uint Hash()

Returns

uint

ParseString(string)

public static ShortcutTrigger? ParseString(string @string)

Parameters

string string

Returns

ShortcutTrigger

Print(String)

public void Print(String @string)

Parameters

string String

PrintLabel(Display, String)

public bool PrintLabel(Display display, String @string)

Parameters

display Display
string String

Returns

bool

ToLabel(Display)

public string ToLabel(Display display)

Parameters

display Display

Returns

string

ToString()

public string ToString()

Returns

string

Trigger(Event, bool)

public KeyMatch Trigger(Event @event, bool enableMnemonics)

Parameters

event Event
enableMnemonics bool

Returns

KeyMatch