comparison mde/gui/renderer/SimpleRenderer.d @ 108:c9fc2d303178

Added capability for border-less pop-up widgets. Simple pop-up menu. Removed grid-layout spacing (may allow any widget to provide spacing later).
author Diggory Hardy <diggory.hardy@gmail.com>
date Wed, 03 Dec 2008 19:37:32 +0000
parents 42e241e7be3e
children 2a1428ec5344
comparison
equal deleted inserted replaced
107:20f7d813bb0f 108:c9fc2d303178
52 } 52 }
53 return border; 53 return border;
54 } 54 }
55 55
56 wdim layoutSpacing () { 56 wdim layoutSpacing () {
57 return 4; 57 return 0;
58 } 58 }
59 59
60 60
61 //FIXME - make these do something 61 //FIXME - make these do something
62 // They should restrict the drawing of floating widgets to the floating area, for instance, 62 // They should restrict the drawing of floating widgets to the floating area, for instance,