comparison dwt/widgets/Caret.d @ 129:ad4e1fe71a5a

Fixed runtime errors
author Jacob Carlborg <doob@me.com>
date Sun, 18 Jan 2009 18:39:46 +0100
parents d8635bb48c7c
children
comparison
equal deleted inserted replaced
128:07399639c0c8 129:ad4e1fe71a5a
51 bool isVisible_, isShowing; 51 bool isVisible_, isShowing;
52 int blinkRate; 52 int blinkRate;
53 Image image; 53 Image image;
54 Font font; 54 Font font;
55 55
56 static final int DEFAULT_WIDTH = 1; 56 static const int DEFAULT_WIDTH = 1;
57 57
58 /** 58 /**
59 * Constructs a new instance of this class given its parent 59 * Constructs a new instance of this class given its parent
60 * and a style value describing its behavior and appearance. 60 * and a style value describing its behavior and appearance.
61 * <p> 61 * <p>