comparison dwt/widgets/Display.d @ 143:c41e13089a3c

Fixes #21
author Jacob Carlborg <doob@me.com>
date Fri, 05 Jun 2009 01:25:10 +0200
parents a45406361e44
children 1324fd764db4
comparison
equal deleted inserted replaced
142:6ef64ef8df0a 143:c41e13089a3c
92 import dwt.widgets.Monitor; 92 import dwt.widgets.Monitor;
93 import dwt.widgets.Shell; 93 import dwt.widgets.Shell;
94 import dwt.widgets.Synchronizer; 94 import dwt.widgets.Synchronizer;
95 import dwt.widgets.Tray; 95 import dwt.widgets.Tray;
96 import dwt.widgets.Widget; 96 import dwt.widgets.Widget;
97
98 import tango.io.Stdout;
99 97
100 /** 98 /**
101 * Instances of this class are responsible for managing the 99 * Instances of this class are responsible for managing the
102 * connection between DWT and the underlying operating 100 * connection between DWT and the underlying operating
103 * system. Their most important function is to implement 101 * system. Their most important function is to implement