diff mde/gui/WidgetManager.d @ 125:3e648bc53bde

Added a simple switch/tab widget (depends on existing EnumContent).
author Diggory Hardy <diggory.hardy@gmail.com>
date Tue, 06 Jan 2009 16:54:04 +0000
parents d3b2cefd46c9
children c9843fbaac88
line wrap: on
line diff
--- a/mde/gui/WidgetManager.d	Mon Jan 05 12:43:27 2009 +0000
+++ b/mde/gui/WidgetManager.d	Tue Jan 06 16:54:04 2009 +0000
@@ -407,6 +407,7 @@
     ContentList		= TAKES_CONTENT | SAFE_RECURSION | 0x110,
     
     FloatingArea	= TAKES_CONTENT | 0x200,
+    Switch		= TAKES_CONTENT | 0x210,
 }
 
 // Only used for binarySearch algorithm generation; must be ordered by numerical values.
@@ -426,6 +427,7 @@
 	"MenuButtonContent",
 	"GridLayout",
 	"FloatingArea",
+	"Switch",
 	"subMenuContent",
 	"ContentList",
 	"editContent",