Table of Contents
| About | News | Mde's GUI | Features | Ideas | Platforms | Building | Utility Programs | Forum | Trac Wiki Help |
Content widgets
Also see GUI/ContentFunctions.
- DisplayContentWidget? − Displays text from a content. This is usually the content's value, name or description; which gets displayed is determined by the widget's data.
- BoolContentWidget? − A "checkbox" for boolean content. Currently displayed as a red/green square.
- AStringContentWidget − A single-line edit box for the value of a content. All value-holding content extend a content called "AStringContent" and can be edited as text.
- ButtonContentWidget? − Posts an event on a content. This is the same as an "end-of-edit" event on content taking a value, and triggers any callbacks added by code, for example, "quit".
- SliderContentWidget? − A simple slider/progress bar using DoubleContent?.
- ContentListWidget? − a list of subwidgets for each element of an IContentList. See GUI/ParentWidgets.
- SwitchWidget? − my version of a tab widget, switching tabs based on an EnumContent?. See GUI/ParentWidgets.
