diff dwt/widgets/Layout.d @ 15:2952d5604c0a

Ported some widgets, added some stuff to the runtime bindings
author Jacob Carlborg <doob@me.com> <jacob.carlborg@gmail.com>
date Fri, 29 Aug 2008 21:46:05 +0200
parents 380af2bdd8e5
children 642f460a0908
line wrap: on
line diff
--- a/dwt/widgets/Layout.d	Sat Aug 23 13:49:00 2008 +0200
+++ b/dwt/widgets/Layout.d	Fri Aug 29 21:46:05 2008 +0200
@@ -7,14 +7,19 @@
  *
  * Contributors:
  *     IBM Corporation - initial API and implementation
+ *     
+ * Port to the D programming language:
+ *     Jacob Carlborg <jacob.carlborg@gmail.com>
  *******************************************************************************/
 module dwt.widgets.Layout;
 
-import dwt.dwthelper.utils;
-
 
 import dwt.graphics.Point;
 
+import dwt.dwthelper.utils;
+import dwt.widgets.Control;
+import dwt.widgets.Composite;
+
 /**
  * A layout controls the position and size
  * of the children of a composite widget.