org.gnu.gtk.event

Class EndDragEvent

Implemented Interfaces:
Serializable

public class EndDragEvent
extends DragEvent

Nested Class Summary

static class
EndDragEvent.Type

Constructor Summary

EndDragEvent(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

EndDragEvent

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