comparison dwt/layout/FillLayout.d @ 3:649b8e223d5a

fix extends
author Frank Benoit <benoit@tionex.de>
date Wed, 27 Aug 2008 13:48:25 +0200
parents 380af2bdd8e5
children 1a8b3cb347e0
comparison
equal deleted inserted replaced
2:354c569b57a9 3:649b8e223d5a
44 * fillLayout.type = DWT.VERTICAL; 44 * fillLayout.type = DWT.VERTICAL;
45 * shell.setLayout(fillLayout); 45 * shell.setLayout(fillLayout);
46 * </pre> 46 * </pre>
47 * </p> 47 * </p>
48 */ 48 */
49 public final class FillLayout extends Layout { 49 public final class FillLayout : Layout {
50 /** 50 /**
51 * type specifies how controls will be positioned 51 * type specifies how controls will be positioned
52 * within the layout. 52 * within the layout.
53 * 53 *
54 * The default value is HORIZONTAL. 54 * The default value is HORIZONTAL.