Interface TreeDragDest
- Namespace
- Gtk
- Assembly
- Gtk-4.0.dll
public interface TreeDragDest
Properties
Handle
ObjectHandle Handle { get; }
Property Value
Methods
DragDataReceived(TreePath, Value)
bool DragDataReceived(TreePath dest, Value value)
Parameters
Returns
RowDropPossible(TreePath, Value)
bool RowDropPossible(TreePath destPath, Value value)