diff mde/gui/widget/createWidget.d @ 59:672b6b162a36

Added very basic (and currently useless) content support.
author Diggory Hardy <diggory.hardy@gmail.com>
date Sat, 14 Jun 2008 17:52:22 +0100
parents 0fd51d2c6c8a
children 7cab2af4ba21
line wrap: on
line diff
--- a/mde/gui/widget/createWidget.d	Sat Jun 14 17:15:06 2008 +0100
+++ b/mde/gui/widget/createWidget.d	Sat Jun 14 17:52:22 2008 +0100
@@ -22,6 +22,7 @@
 // Widgets to create:
 import mde.gui.widget.layout;
 import mde.gui.widget.miscWidgets;
+import mde.gui.widget.TextWidget;
 
 /** Create a widget of type data[0] (see enum WIDGET_TYPES) for _window window, with initialisation
 * data [1..$]. */