comparison dwt/layout/GridLayout.d @ 223:d0081b1505da

dwt.dwthelper restructure
author Frank Benoit <benoit@tionex.de>
date Thu, 10 Apr 2008 08:58:40 +0200
parents 889ad17c1fe1
children 380bad9f6852
comparison
equal deleted inserted replaced
222:79bb10c082fb 223:d0081b1505da
20 import dwt.widgets.Composite; 20 import dwt.widgets.Composite;
21 import dwt.widgets.Layout; 21 import dwt.widgets.Layout;
22 import dwt.widgets.Scrollable; 22 import dwt.widgets.Scrollable;
23 23
24 import dwt.dwthelper.System; 24 import dwt.dwthelper.System;
25 import dwt.dwthelper.Integer;
26 25
27 import tango.text.Util; 26 import tango.text.Util;
28 import tango.util.Convert; 27 import tango.util.Convert;
29 import Math = tango.math.Math; 28 import Math = tango.math.Math;
30 29