org.gnu.gtk.event

Class StartDragEvent

Implemented Interfaces:
Serializable

public class StartDragEvent
extends DragEvent

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

Constructor Details

StartDragEvent

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