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
boolconstructArguments
ConstructArgument[]
ShortcutTrigger(IntPtr, bool)
protected ShortcutTrigger(IntPtr ptr, bool ownedRef)
Parameters
Methods
Compare(IntPtr)
public int Compare(IntPtr trigger2)
Parameters
trigger2
IntPtr
Returns
Equal(IntPtr)
public bool Equal(IntPtr trigger2)
Parameters
trigger2
IntPtr
Returns
GetGType()
public static Type GetGType()
Returns
Hash()
public uint Hash()
Returns
ParseString(string)
public static ShortcutTrigger? ParseString(string @string)
Parameters
string
string
Returns
Print(String)
public void Print(String @string)
Parameters
string
String
PrintLabel(Display, String)
public bool PrintLabel(Display display, String @string)
Parameters
Returns
ToLabel(Display)
public string ToLabel(Display display)
Parameters
display
Display
Returns
ToString()
public string ToString()
Returns
Trigger(Event, bool)
public KeyMatch Trigger(Event @event, bool enableMnemonics)