comparison dwt/layout/GridLayout.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
45 * controls are added to the <code>Composite<code>. 45 * controls are added to the <code>Composite<code>.
46 * </p> 46 * </p>
47 * 47 *
48 * @see GridData 48 * @see GridData
49 */ 49 */
50 public final class GridLayout extends Layout { 50 public final class GridLayout : Layout {
51 51
52 /** 52 /**
53 * numColumns specifies the number of cell columns in the layout. 53 * numColumns specifies the number of cell columns in the layout.
54 * If numColumns has a value less than 1, the layout will not 54 * If numColumns has a value less than 1, the layout will not
55 * set the size and position of any controls. 55 * set the size and position of any controls.