org.gnu.gtk.event
public interface DragSourceListener
Deprecated: Use DragOriginListener instead.
| Method Summary | |
|---|---|
| void | deleteDragData(Widget widget, DragContext dc) |
| void | dragBegin(Widget widget, DragContext dc) |
| void | dragDrop(Widget widget, DragContext dc, int x, int y) |
| void | dragEnd(Widget widget, DragContext dc) |
| void | dragMotion(Widget widget, DragContext dc, int x, int y) |
| void | getDragData(Widget widget, DragContext dc, SelectionData sd, int info) |