Table of Contents

Class CallbackActionHandle

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

Constructors

CallbackActionHandle(nint, bool)

public CallbackActionHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

CallbackActionHandle

Type Parameters

T