Avidemux 2.6 Scripting Reference
 All Classes Functions Enumerations Enumerator Properties Groups Pages
Public Member Functions | Properties | List of all members
SpinBoxControl Class Reference

The SpinBoxControl class provides a spin box widget that takes integers. More...

Inheritance diagram for SpinBoxControl:
Control

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.

Detailed Description

The SpinBoxControl class provides a spin box widget that takes integers.

Examples:
Dialog.admjs.