comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/browser/StatusTextEvent.d @ 26:f589fc20a5f9

work on linux phobos
author Frank Benoit <benoit@tionex.de>
date Sat, 21 Mar 2009 11:22:55 +0100
parents f713da8bc051
children 7a2dd761a8b2
comparison
equal deleted inserted replaced
25:f713da8bc051 26:f589fc20a5f9
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 org.eclipse.swt.browser.StatusTextEvent; 13 module org.eclipse.swt.browser.StatusTextEvent;
14 14
15 import tango.text.convert.Format;
16 15
17 import java.lang.all; 16 import java.lang.all;
18 17
19 import org.eclipse.swt.events.TypedEvent; 18 import org.eclipse.swt.events.TypedEvent;
20 import org.eclipse.swt.widgets.Widget; 19 import org.eclipse.swt.widgets.Widget;