UI.IntSlider¶
Name | - | Description | Default | Type |
---|---|---|---|---|
<input> |
The value is ignored. | |||
<output> |
The value produced. | Int |
||
Label |
The text label for this widget. | None |
String |
|
Style |
The text style. | None |
{Any} &{Any} |
|
Variable |
The variable that holds the input value. | None |
Int &Int |
|
Min |
The minimum value. | None |
Int &Int |
|
Max |
The maximum value. | None |
Int &Int |
A numeric slider.
Examples¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
|