comparison dwt/widgets/Shell.d @ 331:27479f54069d

Removed trace outputs.
author Frank Benoit <benoit@tionex.de>
date Tue, 27 Jan 2009 10:40:55 +0100
parents 27244095ce14
children
comparison
equal deleted inserted replaced
330:f980ea238e72 331:27479f54069d
30 import dwt.widgets.Display; 30 import dwt.widgets.Display;
31 import dwt.widgets.TypedListener; 31 import dwt.widgets.TypedListener;
32 import dwt.widgets.Event; 32 import dwt.widgets.Event;
33 33
34 import dwt.dwthelper.utils; 34 import dwt.dwthelper.utils;
35
36 import tango.util.log.Trace;
37 void trc( int line ){
38 Trace.formatln( "Shell {}", line );
39 }
40 35
41 /** 36 /**
42 * Instances of this class represent the "windows" 37 * Instances of this class represent the "windows"
43 * which the desktop or "window manager" is managing. 38 * which the desktop or "window manager" is managing.
44 * Instances that do not have a parent (that is, they 39 * Instances that do not have a parent (that is, they