comparison dwt/widgets/Layout.d @ 45:d8635bb48c7c

Merge with SWT 3.5
author Jacob Carlborg <doob@me.com>
date Mon, 01 Dec 2008 17:07:00 +0100
parents 642f460a0908
children
comparison
equal deleted inserted replaced
44:ca5e494f2bbf 45:d8635bb48c7c
1 /******************************************************************************* 1 /*******************************************************************************
2 * Copyright (c) 2000, 2005 IBM Corporation and others. 2 * Copyright (c) 2000, 2008 IBM Corporation and others.
3 * All rights reserved. This program and the accompanying materials 3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0 4 * are made available under the terms of the Eclipse Public License v1.0
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 * 10 *
11 * Port to the D programming language: 11 * Port to the D programming language:
12 * Jacob Carlborg <jacob.carlborg@gmail.com> 12 * Jacob Carlborg <doob@me.com>
13 *******************************************************************************/ 13 *******************************************************************************/
14 module dwt.widgets.Layout; 14 module dwt.widgets.Layout;
15 15
16 16
17 import dwt.graphics.Point; 17 import dwt.graphics.Point;
24 * A layout controls the position and size 24 * A layout controls the position and size
25 * of the children of a composite widget. 25 * of the children of a composite widget.
26 * This class is the abstract base class for 26 * This class is the abstract base class for
27 * layouts. 27 * layouts.
28 * 28 *
29 * @see Composite#setLayout(Layout) 29 * @see Composite#setLayout(Layout)
30 * @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>
30 */ 31 */
31 public abstract class Layout { 32 public abstract class Layout {
32 33
33 /** 34 /**
34 * Computes and returns the size of the specified 35 * Computes and returns the size of the specified