Table of Contents

Class TreeDragDestHelper

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

Constructors

TreeDragDestHelper(IntPtr, bool)

public TreeDragDestHelper(IntPtr handle, bool ownedRef)

Parameters

handle IntPtr
ownedRef bool

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

RowDropPossible(TreePath, Value)

public bool RowDropPossible(TreePath destPath, Value value)

Parameters

destPath TreePath
value Value

Returns

bool