TreeDragSource
Object Hierarchy:
Description:
[
CCode ( type_id =
"gtk_tree_drag_source_get_type ()" ) ]
public interface TreeDragSource :
Object
All known implementing classes:
Content:
Methods:
- public abstract bool drag_data_delete (TreePath path)
Asks the TreeDragSource to delete the row at
path
, because it was moved somewhere else via drag-and-drop.
- public abstract bool drag_data_get (TreePath path, SelectionData selection_data)
Asks the TreeDragSource to fill in
selection_data
with a representation of the row at path
.
- public abstract bool row_draggable (TreePath path)
Asks the TreeDragSource whether a particular
row can be used as the source of a DND operation.
Inherited Members:
All known members inherited from class GLib.Object