comparison dwt/layout/FormLayout.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
88 * @see FormAttachment 88 * @see FormAttachment
89 * 89 *
90 * @since 2.0 90 * @since 2.0
91 * 91 *
92 */ 92 */
93 public final class FormLayout extends Layout { 93 public final class FormLayout : Layout {
94 94
95 /** 95 /**
96 * marginWidth specifies the number of pixels of horizontal margin 96 * marginWidth specifies the number of pixels of horizontal margin
97 * that will be placed along the left and right edges of the layout. 97 * that will be placed along the left and right edges of the layout.
98 * 98 *