diff mde/scheduler/initFunctions.d @ 39:5132301e9ed7

Implemented widget saving. Widget creation data saving (sub-widgets, etc:) code there but not used. Widget mutable data saving & loading: window size/position, row/column dimensions saved (still needs a fix in GridWidget.setSize()). committer: Diggory Hardy <diggory.hardy@gmail.com>
author Diggory Hardy <diggory.hardy@gmail.com>
date Wed, 07 May 2008 13:07:03 +0100
parents 316b0230a849
children
line wrap: on
line diff
--- a/mde/scheduler/initFunctions.d	Mon May 05 17:02:21 2008 +0100
+++ b/mde/scheduler/initFunctions.d	Wed May 07 13:07:03 2008 +0100
@@ -65,6 +65,8 @@
 }
 
 InitStage init;     // all functions called during init (all should be thread-safe)
+//FIXME: implement:
+InitStage save;     // all functions to be called to save data (possible to run more than once)
 InitStage cleanup;  // all functions called during cleanup (all should be thread-safe)
 
 package: