diff mde/gui/widget/Ifaces.d @ 110:6acd96f8685f

Translation reloading as far as AContent name/desc supported. Limited & crude support for updating gui. Gave AContent support for multiple callbacks. New locale: "en".
author Diggory Hardy <diggory.hardy@gmail.com>
date Fri, 05 Dec 2008 11:29:39 +0000
parents c9fc2d303178
children 1655693702fc
line wrap: on
line diff
--- a/mde/gui/widget/Ifaces.d	Thu Dec 04 10:32:20 2008 +0000
+++ b/mde/gui/widget/Ifaces.d	Fri Dec 05 11:29:39 2008 +0000
@@ -185,6 +185,14 @@
      * Should be propegated up to parents. */
     void childChanged ();
     +/
+    
+    /** Called if translated strings have been reloaded and widgets need to reload theirs.
+     * 
+     * Returns: true when widget's dimensions (may) have changed.
+     * 
+     * Should be propegated down to all child widgets. */
+    bool reloadStrings ();
+    
 //END Load and save
     
 //BEGIN Size and position