diff mde/gui/widget/Widget.d @ 80:ea58f277f487

Gui reorganization and changes; partial implementation of floating widgets. Moved contents of mde/gui/WidgetData.d elsewhere; new gui/WidgetDataSet.d and gui/types.d modules. Changes to widget/createWidget.d Partially implemented FloatingAreaWidget to provide an area for floating "window" widgets. New DebugWidget and some uses of it (e.g. bad widget data). Decoupled OptionChanges from Options.
author Diggory Hardy <diggory.hardy@gmail.com>
date Thu, 07 Aug 2008 11:25:27 +0100
parents 79a1809421aa
children 4d5d53e4f881
line wrap: on
line diff
--- a/mde/gui/widget/Widget.d	Tue Aug 05 11:51:51 2008 +0100
+++ b/mde/gui/widget/Widget.d	Thu Aug 07 11:25:27 2008 +0100
@@ -23,7 +23,6 @@
 module mde.gui.widget.Widget;
 
 public import mde.gui.widget.Ifaces;
-import mde.gui.renderer.IRenderer;
 import mde.gui.exception;