comparison dwt/widgets/Caret.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
34 * <p> 34 * <p>
35 * IMPORTANT: This class is intended to be subclassed <em>only</em> 35 * IMPORTANT: This class is intended to be subclassed <em>only</em>
36 * within the DWT implementation. 36 * within the DWT implementation.
37 * </p> 37 * </p>
38 */ 38 */
39 public class Caret extends Widget { 39 public class Caret : Widget {
40 Canvas parent; 40 Canvas parent;
41 int x, y, width, height; 41 int x, y, width, height;
42 bool isVisible, isShowing; 42 bool isVisible, isShowing;
43 int blinkRate; 43 int blinkRate;
44 Image image; 44 Image image;