Table of Contents

Class KeyvalTriggerHandle

Namespace
Gtk.Internal
Assembly
Gtk-4.0.dll
public class KeyvalTriggerHandle : ShortcutTriggerHandle, IDisposable
Inheritance
KeyvalTriggerHandle
Implements
Inherited Members

Constructors

KeyvalTriggerHandle(nint, bool)

public KeyvalTriggerHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

public static KeyvalTriggerHandle For<T>(ConstructArgument[] constructArguments) where T : KeyvalTrigger, GTypeProvider

Parameters

constructArguments ConstructArgument[]

Returns

KeyvalTriggerHandle

Type Parameters

T