comparison dwt/widgets/Button.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
51 * </p><p> 51 * </p><p>
52 * IMPORTANT: This class is intended to be subclassed <em>only</em> 52 * IMPORTANT: This class is intended to be subclassed <em>only</em>
53 * within the DWT implementation. 53 * within the DWT implementation.
54 * </p> 54 * </p>
55 */ 55 */
56 public class Button extends Control { 56 public class Button : Control {
57 String text = ""; 57 String text = "";
58 Image image; 58 Image image;
59 bool grayed; 59 bool grayed;
60 60
61 /** 61 /**