![]() |
Avidemux 2.6 Scripting Reference
|
The SpinBoxControl class provides a spin box widget that takes integers. More...
Public Member Functions | |
SpinBoxControl (String title, Number minValue, Number maxValue, Number value=0) | |
Constructs a spin box with the given title, minimum value, maximum value and optional initial value and precision. |
Properties | |
Number | maximumValue |
Gets or sets the maximum value of the spin box. | |
Number | minimumValue |
Gets or sets the minimum value of the spin box. | |
String | title |
Gets or sets the title of the spin box. | |
Number | value |
Gets or sets the value of the spin box. |
The SpinBoxControl class provides a spin box widget that takes integers.