comparison dwtx/ui/forms/widgets/ScrolledForm.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
48 * desired layout manager explicitly. 48 * desired layout manager explicitly.
49 * <p> 49 * <p>
50 * Although the class is not final, it is not expected to be be extended. 50 * Although the class is not final, it is not expected to be be extended.
51 * 51 *
52 * @since 3.0 52 * @since 3.0
53 * @noextend This class is not intended to be subclassed by clients.
53 */ 54 */
54 public class ScrolledForm : SharedScrolledComposite { 55 public class ScrolledForm : SharedScrolledComposite {
55 private Form content; 56 private Form content;
56 57
57 public this(Composite parent) { 58 public this(Composite parent) {