comparison dwt/widgets/Control.d @ 137:52d360200ae4

Fixed #7
author Jacob Carlborg <doob@me.com>
date Sat, 30 May 2009 23:40:34 +0200
parents ad4e1fe71a5a
children e91dcbf77cc7
comparison
equal deleted inserted replaced
136:1a0129cab08e 137:52d360200ae4
77 import dwt.widgets.Monitor; 77 import dwt.widgets.Monitor;
78 import dwt.widgets.Shell; 78 import dwt.widgets.Shell;
79 import dwt.widgets.TypedListener; 79 import dwt.widgets.TypedListener;
80 import dwt.widgets.Widget; 80 import dwt.widgets.Widget;
81 81
82 import tango.io.Stdout;
83
84 /** 82 /**
85 * Control is the abstract superclass of all windowed user interface classes. 83 * Control is the abstract superclass of all windowed user interface classes.
86 * <p> 84 * <p>
87 * <dl> 85 * <dl>
88 * <dt><b>Styles:</b> 86 * <dt><b>Styles:</b>