comparison dwt/browser/StatusTextEvent.d @ 346:2e591eb01162

Browser Package now compiles (phase 2 complete)
author John Reimer <terminal.node@gmail.com>
date Wed, 29 Oct 2008 20:06:08 -0700
parents 3f4a5c7d138f
children
comparison
equal deleted inserted replaced
345:5abc6f7f7a95 346:2e591eb01162
9 * IBM Corporation - initial API and implementation 9 * IBM Corporation - initial API and implementation
10 * Port to the D programming language: 10 * Port to the D programming language:
11 * John Reimer <terminal.node@gmail.com> 11 * John Reimer <terminal.node@gmail.com>
12 *******************************************************************************/ 12 *******************************************************************************/
13 module dwt.browser.StatusTextEvent; 13 module dwt.browser.StatusTextEvent;
14
15 import tango.text.convert.Format;
14 16
15 import dwt.dwthelper.utils; 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;