Table of Contents

Class ShortcutActionHandle

Namespace
Gtk.Internal
Assembly
Gtk-4.0.dll
public class ShortcutActionHandle : ObjectHandle, IDisposable
Inheritance
ShortcutActionHandle
Implements
Derived
Inherited Members

Constructors

ShortcutActionHandle(nint, bool)

public ShortcutActionHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

ShortcutActionHandle

Type Parameters

T