GtkTreeDragDestIface

Members

Variables

dragDataReceived
bool function(GtkTreeDragDest* dragDest, GtkTreePath* dest, const(GValue)* value) dragDataReceived;

Asks the gtk.tree_drag_dest.TreeDragDest to insert a row before the path dest, deriving the contents of the row from selection_data.

gIface
GTypeInterface gIface;
rowDropPossible
bool function(GtkTreeDragDest* dragDest, GtkTreePath* destPath, const(GValue)* value) rowDropPossible;

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