comparison dwt/widgets/Button.d @ 136:1a0129cab08e

Fixes #5
author Jacob Carlborg <doob@me.com>
date Sat, 30 May 2009 21:38:21 +0200
parents 63a09873578e
children
comparison
equal deleted inserted replaced
135:04928add86e6 136:1a0129cab08e
80 */ 80 */
81 public class Button : Control { 81 public class Button : Control {
82 82
83 alias Control.setBackground setBackground; 83 alias Control.setBackground setBackground;
84 alias Control.setForeground setForeground; 84 alias Control.setForeground setForeground;
85 alias Control.computeSize computeSize;
85 86
86 String text = ""; 87 String text = "";
87 Image image; 88 Image image;
88 bool grayed; 89 bool grayed;
89 90