comparison mde/gui/gui.d @ 29:f985c28c0ec9

A new GUI widget plus changes to the init system. GUI: Implemented a GridWidget to layout several sub-widgets. Improved log messages about init functions. Moved all dynamic-library loading into a separate init stage. committer: Diggory Hardy <diggory.hardy@gmail.com>
author Diggory Hardy <diggory.hardy@gmail.com>
date Sat, 12 Apr 2008 14:10:13 +0100
parents b5fadd8d930b
children 467c74d4804d
comparison
equal deleted inserted replaced
28:b5fadd8d930b 29:f985c28c0ec9
32 32
33 private Logger logger; 33 private Logger logger;
34 static this () { 34 static this () {
35 logger = Log.getLogger ("mde.gui.gui"); 35 logger = Log.getLogger ("mde.gui.gui");
36 36
37 init.addFunc (&GUI.load); 37 init.addFunc (&GUI.load, "GUI.load");
38 } 38 }
39 39
40 struct GUI { 40 struct GUI {
41 static: 41 static:
42 private const fileName = "gui"; 42 private const fileName = "gui";