Table of Contents

Class GestureHandle

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

Constructors

GestureHandle(nint, bool)

public GestureHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

GestureHandle

Type Parameters

T