GtkTreeDragSourceIface.rowDraggable

Asks the gtk.tree_drag_source.TreeDragSource whether a particular row can be used as the source of a DND operation.

struct GtkTreeDragSourceIface
extern (C)
bool function(GtkTreeDragSource* dragSource, GtkTreePath* path) rowDraggable;