Table of Contents

Class ShortcutControllerHandle

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

Constructors

ShortcutControllerHandle(nint, bool)

public ShortcutControllerHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

ShortcutControllerHandle

Type Parameters

T