comparison dwt/dwthelper/utils.d @ 97:d5f4a7c8aa74

Ported dwt.dnd.DragSourceEvent
author Jacob Carlborg <doob@me.com>
date Tue, 30 Dec 2008 20:57:46 +0100
parents c7f7f4d7091a
children d32621bf0f90
comparison
equal deleted inserted replaced
96:bc175cd0484a 97:d5f4a7c8aa74
16 alias FormatOutput Print; 16 alias FormatOutput Print;
17 } 17 }
18 18
19 else 19 else
20 import tango.io.Print; 20 import tango.io.Print;
21
22 public import tango.text.convert.Format;
21 23
22 import tango.stdc.stringz; 24 import tango.stdc.stringz;
23 static import tango.text.Util; 25 static import tango.text.Util;
24 static import tango.text.Text; 26 static import tango.text.Text;
25 import tango.text.Unicode; 27 import tango.text.Unicode;