# HG changeset patch # User Jacob Carlborg # Date 1220888469 -7200 # Node ID d4399516bdc2053c180930900e19ab3b24795d21 # Parent 9414ecde7ba7cc3ede6f1b6341d7b7ac4c2c8d87 Ported dwt.widgets.IME diff -r 9414ecde7ba7 -r d4399516bdc2 dwt/widgets/IME.d --- a/dwt/widgets/IME.d Mon Sep 08 17:38:05 2008 +0200 +++ b/dwt/widgets/IME.d Mon Sep 08 17:41:09 2008 +0200 @@ -7,15 +7,18 @@ * * Contributors: * IBM Corporation - initial API and implementation + * + * Port to the D programming language: + * Jacob Carlborg *******************************************************************************/ module dwt.widgets.IME; -import dwt.dwthelper.utils; - import dwt.DWT; import dwt.graphics.TextStyle; +import dwt.dwthelper.utils; + public class IME : Widget { Canvas parent; int caretOffset;