comparison 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
comparison
equal deleted inserted replaced
137:9f035cd139c6 138:3468e9bfded1
488 488
489 // popup widgets: 0x10 489 // popup widgets: 0x10
490 PopupMenu = TAKES_CONTENT | 0x11, 490 PopupMenu = TAKES_CONTENT | 0x11,
491 491
492 // labels: 0x20 492 // labels: 0x20
493 ContentLabel = TAKES_CONTENT | 0x20,
494 TextLabel = 0x21, 493 TextLabel = 0x21,
495 494
496 // content functions: 0x30 495 // content functions: 0x30
497 editContent = FUNCTION | TAKES_CONTENT | 0x30, 496 editContent = FUNCTION | TAKES_CONTENT | 0x30,
498 addContent = FUNCTION | 0x31, 497 addContent = FUNCTION | 0x31,
517 "SizableBlank", 516 "SizableBlank",
518 "TextLabel", 517 "TextLabel",
519 "addContent", 518 "addContent",
520 "Debug", 519 "Debug",
521 "PopupMenu", 520 "PopupMenu",
522 "ContentLabel",
523 "DisplayContent", 521 "DisplayContent",
524 "BoolContent", 522 "BoolContent",
525 "AStringContent", 523 "AStringContent",
526 "ButtonContent", 524 "ButtonContent",
527 "GridLayout", 525 "GridLayout",