comparison dwt/events/TypedEvent.d @ 39:43be986a1372

Sync events with dwt-linux
author Frank Benoit <benoit@tionex.de>
date Tue, 07 Oct 2008 14:41:16 +0200
parents 5123b17c98ef
children d8635bb48c7c
comparison
equal deleted inserted replaced
36:db5a898b2119 39:43be986a1372
10 * Port to the D programming language: 10 * Port to the D programming language:
11 * Frank Benoit <benoit@tionex.de> 11 * Frank Benoit <benoit@tionex.de>
12 *******************************************************************************/ 12 *******************************************************************************/
13 module dwt.events.TypedEvent; 13 module dwt.events.TypedEvent;
14 14
15 import dwt.dwthelper.utils;
16
17 15
18 import dwt.widgets.Event; 16 import dwt.widgets.Event;
19 import dwt.widgets.Display; 17 import dwt.widgets.Display;
20 import dwt.widgets.Widget; 18 import dwt.widgets.Widget;
21 import dwt.internal.DWTEventObject; 19 import dwt.internal.DWTEventObject;
22 20
23 import tango.text.convert.Format; 21 import tango.text.convert.Format;
24 import tango.text.Util : split; 22 import tango.text.Util : split;
23 import dwt.dwthelper.utils;
25 24
26 /** 25 /**
27 * This is the super class for all typed event classes provided 26 * This is the super class for all typed event classes provided
28 * by DWT. Typed events contain particular information which is 27 * by DWT. Typed events contain particular information which is
29 * applicable to the event occurrence. 28 * applicable to the event occurrence.