Table of Contents

Interface TreeDragDest

Namespace
Gtk
Assembly
Gtk-4.0.dll
public interface TreeDragDest

Properties

Handle

ObjectHandle Handle { get; }

Property Value

ObjectHandle

Methods

DragDataReceived(TreePath, Value)

bool DragDataReceived(TreePath dest, Value value)

Parameters

dest TreePath
value Value

Returns

bool

RowDropPossible(TreePath, Value)

bool RowDropPossible(TreePath destPath, Value value)

Parameters

destPath TreePath
value Value

Returns

bool