comparison dwt/widgets/Text.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
55 * and only one of the styles LEFT, CENTER, and RIGHT may be specified. 55 * and only one of the styles LEFT, CENTER, and RIGHT may be specified.
56 * </p><p> 56 * </p><p>
57 * IMPORTANT: This class is <em>not</em> intended to be subclassed. 57 * IMPORTANT: This class is <em>not</em> intended to be subclassed.
58 * </p> 58 * </p>
59 */ 59 */
60 public class Text extends Scrollable { 60 public class Text : Scrollable {
61 int textLimit = LIMIT, tabs = 8; 61 int textLimit = LIMIT, tabs = 8;
62 char echoCharacter; 62 char echoCharacter;
63 bool doubleClick; 63 bool doubleClick;
64 String hiddenText, message; 64 String hiddenText, message;
65 65