comparison 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
comparison
equal deleted inserted replaced
14:762fbe6f17d3 15:2952d5604c0a
5 * which accompanies this distribution, and is available at 5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html 6 * http://www.eclipse.org/legal/epl-v10.html
7 * 7 *
8 * Contributors: 8 * Contributors:
9 * IBM Corporation - initial API and implementation 9 * IBM Corporation - initial API and implementation
10 *
11 * Port to the D programming language:
12 * Jacob Carlborg <jacob.carlborg@gmail.com>
10 *******************************************************************************/ 13 *******************************************************************************/
11 module dwt.widgets.Layout; 14 module dwt.widgets.Layout;
12 15
13 import dwt.dwthelper.utils;
14
15 16
16 import dwt.graphics.Point; 17 import dwt.graphics.Point;
18
19 import dwt.dwthelper.utils;
20 import dwt.widgets.Control;
21 import dwt.widgets.Composite;
17 22
18 /** 23 /**
19 * A layout controls the position and size 24 * A layout controls the position and size
20 * of the children of a composite widget. 25 * of the children of a composite widget.
21 * This class is the abstract base class for 26 * This class is the abstract base class for