Gtk.TreeDragSourceIface

Fields

Name

Type

Access

Description

drag_data_delete

object

r

Asks the GtkTreeDragSource to delete the row at path, because it was moved somewhere else via drag-and-drop.

drag_data_get

object

r

Asks the GtkTreeDragSource to fill in selection_data with a representation of the row at path.

g_iface

GObject.TypeInterface

r

row_draggable

object

r

Asks the GtkTreeDragSource whether a particular row can be used as the source of a DND operation.

Methods

None

Details

class Gtk.TreeDragSourceIface