![]() |
Avidemux 2.6 Scripting Reference
|
The DoubleSpinBoxControl class provides a spin box widget that takes doubles. More...
Public Member Functions | |
DoubleSpinBoxControl (String title, Number minValue, Number maxValue, Number value=0, Number decimals=2) | |
Constructs a spin box with the given title, minimum value, maximum value and optional initial value and precision. |
Properties | |
Number | decimals |
Gets or sets the precision of the spin box, in decimals. | |
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 DoubleSpinBoxControl class provides a spin box widget that takes doubles.