gtk.tree_drag_dest
Module for [TreeDragDest] interface
Types 2
interfaceTreeDragDest
Methods
bool dragDataReceived(gtk.tree_path.TreePath dest, gtk.selection_data.SelectionData selectionData)Asks the #GtkTreeDragDest to insert a row before the path dest, deriving the contents of the row from selection_data. If dest is outside the tree so that inserting before it is impossible, false wi...bool rowDropPossible(gtk.tree_path.TreePath destPath, gtk.selection_data.SelectionData selectionData)Determines whether a drop is possible before the given destpath, at the same depth as destpath. i.e., can we drop the data in selectiondata at that location. destpath does not have to exist; the re...interfaceTreeDragDestGidBuilderImpl(T)