comparison dwtx/ui/forms/widgets/Form.d @ 90:7ffeace6c47f

Update 3.4M7 to 3.4
author Frank Benoit <benoit@tionex.de>
date Sun, 06 Jul 2008 23:30:07 +0200
parents 5d489b9f966c
children
comparison
equal deleted inserted replaced
89:040da1cb0d76 90:7ffeace6c47f
95 * desired layout manager explicitly. 95 * desired layout manager explicitly.
96 * <p> 96 * <p>
97 * Although the class is not final, it should not be subclassed. 97 * Although the class is not final, it should not be subclassed.
98 * 98 *
99 * @since 3.0 99 * @since 3.0
100 * @noextend This class is not intended to be subclassed by clients.
100 */ 101 */
101 public class Form : Composite { 102 public class Form : Composite {
102 private FormHeading head; 103 private FormHeading head;
103 104
104 private Composite body_; 105 private Composite body_;