diff mde/gui/WidgetManager.d @ 138:3468e9bfded1

Popup widgets: are simpler to use and can show content fields like DisplayContentWidget.
author Diggory Hardy <diggory.hardy@gmail.com>
date Sat, 07 Feb 2009 13:28:52 +0000
parents 9f035cd139c6
children 2ac3e0012788
line wrap: on
line diff
--- a/mde/gui/WidgetManager.d	Sat Feb 07 12:46:03 2009 +0000
+++ b/mde/gui/WidgetManager.d	Sat Feb 07 13:28:52 2009 +0000
@@ -490,7 +490,6 @@
     PopupMenu		= TAKES_CONTENT | 0x11,
     
     // labels: 0x20
-    ContentLabel	= TAKES_CONTENT | 0x20,
     TextLabel		= 0x21,
     
     // content functions: 0x30
@@ -519,7 +518,6 @@
 	"addContent",
         "Debug",
 	"PopupMenu",
-	"ContentLabel",
         "DisplayContent",
         "BoolContent",
 	"AStringContent",