Table of Contents
| About | News | Mde's GUI | Features | Ideas | Platforms | Building | Utility Programs | Forum | Trac Wiki Help |
Content functions
Also see GUI/ContentWidgets.
- addContent − Creates a widget with a content looked up with an identifier.
- editContent − A function which returns the most appropriate content editing widget:
- EnumContent?: a PopupMenuWidget? or a ContentListWidget? (effectively results in a drop-down-list or radio/option buttons with appropriate data; choice between them is currently compile-time (although either widget may be created directly))
- BoolContent?: a BoolContentWidget?
- other AStringContent (value-holding content): AStringContentWidget
- IContentList: a ContentListWidget?
- EventContent?: a ButtonContentWidget?
- Other content (e.g. DebugContent?): DisplayContentWidget?
- popupListContent − The same as editContent except:
- IContentList: a PopupMenuWidget?
