comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/events/KeyEvent.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
14 14
15 15
16 import org.eclipse.swt.widgets.Event; 16 import org.eclipse.swt.widgets.Event;
17 import org.eclipse.swt.events.TypedEvent; 17 import org.eclipse.swt.events.TypedEvent;
18 18
19 import tango.text.convert.Format;
20 import java.lang.all; 19 import java.lang.all;
21 20
22 /** 21 /**
23 * Instances of this class are sent as a result of 22 * Instances of this class are sent as a result of
24 * keys being pressed and released on the keyboard. 23 * keys being pressed and released on the keyboard.