Table of Contents

Class ShortcutTrigger

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

Constructors

ShortcutTrigger(params ConstructArgument[])

public ShortcutTrigger(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

ShortcutTrigger(ShortcutTriggerHandle)

public ShortcutTrigger(ShortcutTriggerHandle handle)

Parameters

handle ShortcutTriggerHandle

Methods

Compare(nint)

public int Compare(nint trigger2)

Parameters

trigger2 nint

Returns

int

Equal(nint)

public bool Equal(nint trigger2)

Parameters

trigger2 nint

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