diff dwt/events/MenuDetectListener.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/MenuDetectListener.d	Fri Sep 12 13:53:21 2008 +0200
+++ b/dwt/events/MenuDetectListener.d	Sun Sep 14 01:45:57 2008 +0200
@@ -7,12 +7,14 @@
  *
  * Contributors:
  *     IBM Corporation - initial API and implementation
+ * Port to the D programming language:
+ *     Frank Benoit <benoit@tionex.de>
  *******************************************************************************/
 module dwt.events.MenuDetectListener;
 
-import dwt.dwthelper.utils;
 
-import dwt.internal.DWTEventListener;
+public import dwt.internal.DWTEventListener;
+public import dwt.events.MenuDetectEvent;
 
 /**
  * Classes which implement this interface provide methods
@@ -20,7 +22,7 @@
  * platform-specific trigger for showing a context menu is
  * detected.
  * <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 control or TrayItem
  * using the <code>addMenuDetectListener</code> method and
  * removed using the <code>removeMenuDetectListener</code> method.