public interface TreeDragDest {
public abstract bool drag_data_received ( TreePath dest,
SelectionData selection_data ) ;
public abstract bool row_drop_possible ( TreePath dest_path,
SelectionData selection_data ) ;
}
public abstract bool drag_data_received ( TreePath dest,
SelectionData selection_data ) ;
public abstract bool row_drop_possible ( TreePath dest_path,
SelectionData selection_data ) ;
Created by Valadoc