| Line 32: |
Line 32: |
| | | | |
| | * Text Entry | | * Text Entry |
| | + | This enables the user to enter some textual content that can be save into a String value. |
| | + | |
| | * Drop Down Selector | | * Drop Down Selector |
| | + | This allows the user to select from a range of possible options. The options to be present are stored in an array or dictionary and the selected value and/or key can be saved to a string variable. |
| | + | |
| | * Horizontal Layout | | * Horizontal Layout |
| | + | This allows multiple other items to be arranged horizontally next to each other. |
| | + | |
| | * Grid Layout | | * Grid Layout |
| | + | This allows multiple other items to be arranged in a grid format. |