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 dest_path, at the same depth as dest_path. i.e., can we drop the data in selection_data at that location. dest_path does not have to exist; th...interfaceTreeDragDestGidBuilderImpl(T)
Fluent builder implementation template for gtk.tree_drag_dest.TreeDragDest