TreeDragDest

interface TreeDragDest(source)

⚠️ Deprecated ⚠️

This is deprecated since version 4.10.

List views use widgets to display their contents. You can use class@Gtk.DropTarget to implement a drop destination

Interface for Drag-and-Drop destinations in GtkTreeView.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class TreeDragDestImpl(gtkTreeDragDestPointer: <Error class: unknown class><<Error class: unknown class>>) : TreeDragDest

The TreeDragDestImpl type represents a native instance of the TreeDragDest interface.

Properties

Link copied to clipboard
abstract val gtkTreeDragDestPointer: <Error class: unknown class><<Error class: unknown class>>

Functions

Link copied to clipboard
open fun dragDataReceived(dest: TreePath, value: <Error class: unknown class>): Boolean

This is deprecated since version 4.10.

Link copied to clipboard
open fun rowDropPossible(destPath: TreePath, value: <Error class: unknown class>): Boolean

This is deprecated since version 4.10.