changeset 93:b28f69fee882

Ported dwt.dnd.DNDEvent
author Jacob Carlborg <doob@me.com>
date Tue, 30 Dec 2008 19:08:52 +0100
parents 370410b7852f
children 70a562fb34e4
files dwt/dnd/DNDEvent.d
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dwt/dnd/DNDEvent.d	Tue Dec 30 19:08:20 2008 +0100
+++ b/dwt/dnd/DNDEvent.d	Tue Dec 30 19:08:52 2008 +0100
@@ -7,6 +7,9 @@
  *
  * Contributors:
  *     IBM Corporation - initial API and implementation
+ *     
+ * Port to the D programming language:
+ *     Jacob Carlborg <doob@me.com>
  *******************************************************************************/
 module dwt.dnd.DNDEvent;
 
@@ -16,7 +19,9 @@
 import dwt.graphics.Image;
 import dwt.widgets.Event;
 
-class DNDEvent extends Event {
+import dwt.dnd.TransferData;
+
+class DNDEvent : Event {
     public TransferData dataType;
     public TransferData[] dataTypes;
     public int operations;