TreeDragDest
Object Hierarchy:
Description:
[
CCode ( type_id =
"gtk_tree_drag_dest_get_type ()" ) ]
public interface TreeDragDest :
Object
All known implementing classes:
Content:
Methods:
- public abstract bool drag_data_received (TreePath dest, Value value)
Asks the TreeDragDest to insert a row before
the path dest
, deriving the contents of the row from value
.
- public abstract bool row_drop_possible (TreePath dest_path, Value value)
Determines whether a drop is possible before the given dest_path
, at the same depth as dest_path
.
Inherited Members:
All known members inherited from class GLib.Object