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 ) ;
}
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 ) ;
Created by Valadoc