Table of Contents

Class TreeDragDestHelper

Namespace
Gtk
Assembly
Gtk-4.0.dll
public sealed class TreeDragDestHelper : Object, TreeDragDest, NativeObject, IDisposable, InstanceFactory, GTypeProvider
Inheritance
TreeDragDestHelper
Implements
Inherited Members

Constructors

TreeDragDestHelper(ObjectHandle)

protected TreeDragDestHelper(ObjectHandle handle)

Parameters

handle ObjectHandle

Methods

DragDataReceived(TreePath, Value)

public bool DragDataReceived(TreePath dest, Value value)

Parameters

dest TreePath
value Value

Returns

bool

GetGType()

public static Type GetGType()

Returns

Type

NewFromPointer(nint, bool)

Creates a new managed TreeDragDestHelper instance for a given pointer.

public static TreeDragDestHelper NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

TreeDragDestHelper

RowDropPossible(TreePath, Value)

public bool RowDropPossible(TreePath destPath, Value value)

Parameters

destPath TreePath
value Value

Returns

bool