comparison dwt/browser/ProgressEvent.d @ 340:3f4a5c7d138f

Fixes
author John Reimer <terminal.node@gmail.com>
date Sun, 26 Oct 2008 08:09:00 -0700
parents eec6ddb07873
children
comparison
equal deleted inserted replaced
339:c317081df76f 340:3f4a5c7d138f
11 * John Reimer <terminal.node@gmail.com> 11 * John Reimer <terminal.node@gmail.com>
12 *******************************************************************************/ 12 *******************************************************************************/
13 module dwt.browser.ProgressEvent; 13 module dwt.browser.ProgressEvent;
14 14
15 import tango.text.convert.Format; 15 import tango.text.convert.Format;
16
17 import dwt.dwthelper.utils;
16 18
17 import dwt.events.TypedEvent; 19 import dwt.events.TypedEvent;
18 import dwt.widgets.Widget; 20 import dwt.widgets.Widget;
19 21
20 /** 22 /**