UI.Combo¶
Name | - | Description | Default | Type |
---|---|---|---|---|
<input> |
A sequence of values. | [Any] |
||
<output> |
The selected value. | Any |
||
Label |
The text label of this combobox. | None |
String |
|
Index |
The index of the selected item. | None |
Int &Int |
|
Width |
The width of the button and menu. | None |
Float &Float |
|
Style |
The text style. | None |
{Any} &{Any} |
A drop-down selection menu with a label.
Examples¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
|