Table of Contents

Class DragIconHandle

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

Constructors

DragIconHandle(nint, bool)

public DragIconHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

DragIconHandle

Type Parameters

T