comparison mde/gui/WidgetManager.d @ 105:08651e8a8c51

Quit button, big changes to content system. Moved mde.gui.content to mde.content to reflect it's not only used by the gui. Split Content module into Content and AStringContent. New AContent and EventContent class. Callbacks are now generic and implemented in AContent. Renamed TextContent to StringContent and ValueContent to AStringContent.
author Diggory Hardy <diggory.hardy@gmail.com>
date Sat, 29 Nov 2008 12:36:39 +0000
parents 42e241e7be3e
children c9fc2d303178
comparison
equal deleted inserted replaced
104:ee209602770d 105:08651e8a8c51
210 } 210 }
211 211
212 212
213 import mde.gui.exception; 213 import mde.gui.exception;
214 import mde.gui.widget.Ifaces; 214 import mde.gui.widget.Ifaces;
215 import mde.gui.content.Content; //NOTE - maybe move IContent to a separate module 215 import mde.content.Content;
216 import mde.gui.widget.createWidget; 216 import mde.gui.widget.createWidget;
217 217
218 import mde.file.mergetag.Reader; 218 import mde.file.mergetag.Reader;
219 import mde.file.mergetag.Writer; 219 import mde.file.mergetag.Writer;
220 import mde.setup.paths; 220 import mde.setup.paths;