comparison mde/mde.d @ 118:9ac208b53582

Unittest for mde.gui.widget.layout.
author Diggory Hardy <diggory.hardy@gmail.com>
date Sun, 28 Dec 2008 10:55:15 +0000
parents 20f7d813bb0f
children 4084f07f2c7a
comparison
equal deleted inserted replaced
117:aba2dd815a1f 118:9ac208b53582
32 import tango.util.log.Log : Log, Logger; 32 import tango.util.log.Log : Log, Logger;
33 debug (mdeUnitTest) { // These modules contain unittests which wouldn't be run otherwise. 33 debug (mdeUnitTest) { // These modules contain unittests which wouldn't be run otherwise.
34 import mde.file.ssi; 34 import mde.file.ssi;
35 import mde.file.mergetag.mdeUT; 35 import mde.file.mergetag.mdeUT;
36 import mde.lookup.Translation; 36 import mde.lookup.Translation;
37 import mde.gui.widget.layout;
37 } 38 }
38 39
39 //BEGIN A simple drawable to print a message in the window. 40 //BEGIN A simple drawable to print a message in the window.
40 /* This block of code is to draw the message you see on the screen. Most users of mde would be 41 /* This block of code is to draw the message you see on the screen. Most users of mde would be
41 better off using the gui drawable in gui.WidgetManager than this. */ 42 better off using the gui drawable in gui.WidgetManager than this. */