org.gnu.gtk.event
Class StartDragEvent

java.lang.Object
  extended by org.gnu.gtk.event.GtkEvent
      extended by org.gnu.gtk.event.DragEvent
          extended by org.gnu.gtk.event.StartDragEvent
All Implemented Interfaces:
java.io.Serializable

public class StartDragEvent
extends DragEvent

See Also:
Serialized Form

Nested Class Summary
static class StartDragEvent.Type
           
 
Constructor Summary
StartDragEvent(Widget source, EventType type, DragContext context)
           
 
Method Summary
 
Methods inherited from class org.gnu.gtk.event.DragEvent
getDragContext
 
Methods inherited from class org.gnu.gtk.event.GtkEvent
getSource, getType, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StartDragEvent

public StartDragEvent(Widget source,
                      EventType type,
                      DragContext context)