Gtk.TreeDragSourceIface - Interface Structures - Gtk 3.0 (original) (raw)

Fields

Name Type Access Description
drag_data_delete object r Asks the Gtk.TreeDragSource to delete the row at path, because it was moved somewhere else via drag-and-drop.
drag_data_get object r Asks the Gtk.TreeDragSource to fill in selection_data with a representation of the row at path.
g_iface GObject.TypeInterface r
row_draggable object r Asks the Gtk.TreeDragSource whether a particular row can be used as the source of a DND operation.

Methods

None

Details

class Gtk.TreeDragSourceIface