org.gnu.gtk.event
Interface DragSourceListener


public interface DragSourceListener


Method Summary
 void dragDataRequest(Widget widget, DragContext context, SelectionData selectionData, int id, int time)
          A drop has been made.
 

Method Detail

dragDataRequest

public void dragDataRequest(Widget widget,
                            DragContext context,
                            SelectionData selectionData,
                            int id,
                            int time)
A drop has been made. We now need to supply data via the GtkSelectionData


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net