GtkTreeDragDestIface.rowDropPossible

Determines whether a drop is possible before the given dest_path, at the same depth as dest_path.

struct GtkTreeDragDestIface
extern (C)
bool function(GtkTreeDragDest* dragDest, GtkTreePath* destPath, const(GValue)* value) rowDropPossible;