comparison dwt/internal/BidiUtil.d @ 197:184ab53b7785

Changes and fixes for jface
author Frank Benoit <benoit@tionex.de>
date Thu, 10 Apr 2008 11:19:49 +0200
parents a5afe31f5cdd
children ab60f3309436
comparison
equal deleted inserted replaced
196:1e7701c27c03 197:184ab53b7785
17 import dwt.graphics.GC; 17 import dwt.graphics.GC;
18 import dwt.internal.win32.OS; 18 import dwt.internal.win32.OS;
19 19
20 import tango.util.Convert; 20 import tango.util.Convert;
21 import dwt.dwthelper.utils; 21 import dwt.dwthelper.utils;
22 import dwt.dwthelper.Integer;
23 import dwt.dwthelper.Runnable; 22 import dwt.dwthelper.Runnable;
24 23
25 /* 24 /*
26 * Wraps Win32 API used to bidi enable the StyledText widget. 25 * Wraps Win32 API used to bidi enable the StyledText widget.
27 */ 26 */