gtk+-2.0 Reference Manual

Synopsis

public interface TreeDragSource {
    public    abstract bool             drag_data_delete          ( TreePath            path ) ;
    public    abstract bool             drag_data_get             ( TreePath            path,
                                                                    SelectionData       selection_data ) ;
    public    abstract bool             row_draggable             ( TreePath            path ) ;
}

Description

Details

Signal Details

Property Details

Method Details

drag_data_delete ()
    public    abstract bool             drag_data_delete          ( TreePath            path ) ;		

drag_data_get ()
    public    abstract bool             drag_data_get             ( TreePath            path,
                                                                    SelectionData       selection_data ) ;		

row_draggable ()
    public    abstract bool             row_draggable             ( TreePath            path ) ;		


Created by Valadoc