Table of Contents

Class NamedActionHandle

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

Constructors

NamedActionHandle(nint, bool)

public NamedActionHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

NamedActionHandle

Type Parameters

T