![]() |
Avidemux 2.6 Scripting Reference
|
The Dialog class represents a dialog window with an OK and Cancel button. More...
Public Member Functions | |
Dialog (String title) | |
Constructs a dialog window with the given title. | |
Boolean | show () |
Shows the dialog window and its controls. |
Properties | |
ControlCollection | controls |
Provides access to the dialog window's controls. |
The Dialog class represents a dialog window with an OK and Cancel button.
Boolean show | ( | ) |
Shows the dialog window and its controls.