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
handleObjectHandle
Methods
DragDataReceived(TreePath, Value)
public bool DragDataReceived(TreePath dest, Value value)
Parameters
Returns
GetGType()
public static Type GetGType()
Returns
NewFromPointer(nint, bool)
Creates a new managed TreeDragDestHelper instance for a given pointer.
public static TreeDragDestHelper NewFromPointer(nint ptr, bool ownsHandle)
Parameters
Returns
RowDropPossible(TreePath, Value)
public bool RowDropPossible(TreePath destPath, Value value)