comparison dwt/widgets/Scale.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
37 * <p> 37 * <p>
38 * IMPORTANT: This class is intended to be subclassed <em>only</em> 38 * IMPORTANT: This class is intended to be subclassed <em>only</em>
39 * within the DWT implementation. 39 * within the DWT implementation.
40 * </p> 40 * </p>
41 */ 41 */
42 public class Scale extends Control { 42 public class Scale : Control {
43 int increment = 1; 43 int increment = 1;
44 int pageIncrement = 10; 44 int pageIncrement = 10;
45 45
46 /** 46 /**
47 * Constructs a new instance of this class given its parent 47 * Constructs a new instance of this class given its parent