Table of Contents

Class NothingActionHandle

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

Constructors

NothingActionHandle(nint, bool)

public NothingActionHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

NothingActionHandle

Type Parameters

T