diff dwt/events/ModifyListener.d @ 34:5123b17c98ef

Ported dwt.events.*, dwt.graphics.GC, Region, dwt.internal.image.*
author Jacob Carlborg <doob@me.com> <jacob.carlborg@gmail.com>
date Sun, 14 Sep 2008 01:45:57 +0200
parents 649b8e223d5a
children d8635bb48c7c
line wrap: on
line diff
--- a/dwt/events/ModifyListener.d	Fri Sep 12 13:53:21 2008 +0200
+++ b/dwt/events/ModifyListener.d	Sun Sep 14 01:45:57 2008 +0200
@@ -7,19 +7,21 @@
  *
  * Contributors:
  *     IBM Corporation - initial API and implementation
+ * Port to the D programming language:
+ *     Frank Benoit <benoit@tionex.de>
  *******************************************************************************/
 module dwt.events.ModifyListener;
 
-import dwt.dwthelper.utils;
 
-import dwt.internal.DWTEventListener;
+public import dwt.internal.DWTEventListener;
+public import dwt.events.ModifyEvent;
 
 /**
  * Classes which implement this interface provide a method
  * that deals with the events that are generated when text
  * is modified.
  * <p>
- * After creating an instance of a class that implements
+ * After creating an instance of a class that :
  * this interface it can be added to a text widget using the
  * <code>addModifyListener</code> method and removed using
  * the <code>removeModifyListener</code> method. When the