comparison mde/mde.d @ 98:49e7cfed4b34

All types of Option have been converted to use ValueContent classes, and their values can be displayed.
author Diggory Hardy <diggory.hardy@gmail.com>
date Wed, 12 Nov 2008 13:18:51 +0000
parents 2a364c7d82c9
children ba035eba07b4
comparison
equal deleted inserted replaced
97:30470bc19ca4 98:49e7cfed4b34
34 import mde.file.ssi; 34 import mde.file.ssi;
35 import mde.file.mergetag.mdeUT; 35 import mde.file.mergetag.mdeUT;
36 } 36 }
37 37
38 //BEGIN A simple drawable to print a message in the window. 38 //BEGIN A simple drawable to print a message in the window.
39 /* This block of code is to draw the message you see on the screen. Most users of mde would be
40 better off using the gui drawable in gui.WidgetManager than this. */
39 import mde.font.font; 41 import mde.font.font;
40 class SimpleDrawable : Screen.IDrawable { 42 class SimpleDrawable : Screen.IDrawable {
41 this () { 43 this () {
42 msg = "Welcome to mde.\nThis executable is only for testing, and\nas such doesn't do anything interesting."; 44 msg = "Welcome to mde.\nThis executable is only for testing, and\nas such doesn't do anything interesting.";
43 debug msg ~= "\nRunning in debug mode."; 45 debug msg ~= "\nRunning in debug mode.";