diff mde/gui/widget/Ifaces.d @ 36:57d000574d75

Enabled drawing on demand, and made the polling interval configurable. Renamed mde.global to mde.imde. Enabled drawing on demand. Allowed options to take double values. Made the main loop's polling interval (sleep duration) settable from config files. committer: Diggory Hardy <diggory.hardy@gmail.com>
author Diggory Hardy <diggory.hardy@gmail.com>
date Fri, 02 May 2008 17:38:43 +0100
parents 6b4116e6355c
children 052df9b2fe07
line wrap: on
line diff
--- a/mde/gui/widget/Ifaces.d	Fri May 02 16:20:35 2008 +0100
+++ b/mde/gui/widget/Ifaces.d	Fri May 02 17:38:43 2008 +0100
@@ -43,11 +43,6 @@
     /** Get the managing Gui. */
     IGui gui ();
     
-    /+ Currently draw-on-event isn't used.
-    /** Called by a sub-widget when a redraw is necessary (since drawing may sometimes be done on
-    * event. */
-    void requestRedraw ();+/
-    
     /** Get the window's renderer.
     *
     * Normally specific to the GUI, but widgets have no direct contact with the GUI and this