Table of Contents

Class GestureLongPressHandle

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

Constructors

GestureLongPressHandle(nint, bool)

public GestureLongPressHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

GestureLongPressHandle

Type Parameters

T