comparison dwt/custom/ExtendedModifyEvent.d @ 315:349b8c12e243

Sync dwt/custom with dwt-linux
author Frank Benoit <benoit@tionex.de>
date Tue, 07 Oct 2008 16:18:26 +0200
parents fd9c62a2998e
children
comparison
equal deleted inserted replaced
314:0e2b4fed7a0f 315:349b8c12e243
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.custom.ExtendedModifyEvent; 13 module dwt.custom.ExtendedModifyEvent;
14 14
15 import dwt.dwthelper.utils;
16
15 import dwt.events.TypedEvent; 17 import dwt.events.TypedEvent;
16 import dwt.custom.StyledTextEvent; 18 import dwt.custom.StyledTextEvent;
17 import dwt.dwthelper.utils;
18 19
19 /** 20 /**
20 * This event is sent after a text change occurs. 21 * This event is sent after a text change occurs.
21 * 22 *
22 * @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a> 23 * @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>