enable_drag

@accepts(Gtk.TreeView)
@returns(none)
def enable_drag(view)

Enables drag and drop from a specified GtkTreeView that is backed by the RB.RhythmDBPropertyModel. Drag targets are determined by the indexed property.

view :

the GtkTreeView from which to enable drag and drop