Table of Contents

Interface TreeDragSource

Namespace
Gtk
Assembly
Gtk-4.0.dll
public interface TreeDragSource

Properties

Handle

ObjectHandle Handle { get; }

Property Value

ObjectHandle

Methods

DragDataDelete(TreePath)

bool DragDataDelete(TreePath path)

Parameters

path TreePath

Returns

bool

DragDataGet(TreePath)

ContentProvider? DragDataGet(TreePath path)

Parameters

path TreePath

Returns

ContentProvider

RowDraggable(TreePath)

bool RowDraggable(TreePath path)

Parameters

path TreePath

Returns

bool