comparison dwt/widgets/Scrollable.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
36 * <p> 36 * <p>
37 * IMPORTANT: This class is intended to be subclassed <em>only</em> 37 * IMPORTANT: This class is intended to be subclassed <em>only</em>
38 * within the DWT implementation. 38 * within the DWT implementation.
39 * </p> 39 * </p>
40 */ 40 */
41 public abstract class Scrollable extends Control { 41 public abstract class Scrollable : Control {
42 SWTScrollView scrollView; 42 SWTScrollView scrollView;
43 ScrollBar horizontalBar, verticalBar; 43 ScrollBar horizontalBar, verticalBar;
44 44
45 Scrollable () { 45 Scrollable () {
46 /* Do nothing */ 46 /* Do nothing */