comparison dwt/widgets/Spinner.d @ 197:184ab53b7785

Changes and fixes for jface
author Frank Benoit <benoit@tionex.de>
date Thu, 10 Apr 2008 11:19:49 +0200
parents 420b18afb09f
children ab60f3309436
comparison
equal deleted inserted replaced
196:1e7701c27c03 197:184ab53b7785
27 import dwt.widgets.Event; 27 import dwt.widgets.Event;
28 import dwt.widgets.Shell; 28 import dwt.widgets.Shell;
29 29
30 30
31 import dwt.dwthelper.utils; 31 import dwt.dwthelper.utils;
32 import dwt.dwthelper.Integer;
33 import tango.text.convert.Integer : toString; 32 import tango.text.convert.Integer : toString;
34 static import tango.text.Text; 33 static import tango.text.Text;
35 alias tango.text.Text.Text!(char) StringBuffer; 34 alias tango.text.Text.Text!(char) StringBuffer;
36 35
37 /** 36 /**