comparison dwt/layout/GridLayout.d @ 197:184ab53b7785

Changes and fixes for jface
author Frank Benoit <benoit@tionex.de>
date Thu, 10 Apr 2008 11:19:49 +0200
parents 9a64a7781bab
children ab60f3309436
comparison
equal deleted inserted replaced
196:1e7701c27c03 197:184ab53b7785
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