new Dialog(title, optionsopt)
Parameters:
| Name |
Type |
Attributes |
Description |
title |
String
|
|
|
options |
WindowOptions
|
<optional>
|
|
- Source:
Members
Type:
- Source:
Methods
(static) color(title, coloropt, paletteopt, optionsopt)
Parameters:
| Name |
Type |
Attributes |
Default |
Description |
title |
String
|
|
|
|
color |
String
|
<optional>
|
#FFFFFF
|
|
palette |
boolean
|
<optional>
|
false
|
|
options |
WindowOptions
|
<optional>
|
|
|
- Source:
(static) entry(text, title, placeholderopt, optionsopt)
Parameters:
| Name |
Type |
Attributes |
Default |
Description |
text |
String
|
|
|
|
title |
String
|
|
|
|
placeholder |
String
|
<optional>
|
null
|
|
options |
WindowOptions
|
<optional>
|
|
|
- Source:
Returns:
(static) file(type, multiple, save)
Parameters:
| Name |
Type |
Default |
Description |
type |
"file"
|
"directory"
|
file
|
|
multiple |
boolean
|
false
|
|
save |
String
|
null
|
save file name or null |
- Source:
(static) info(text, title, type, optionsopt)
Parameters:
| Name |
Type |
Attributes |
Default |
Description |
text |
String
|
|
|
|
title |
String
|
|
|
|
type |
"info"
|
"error"
|
"question"
|
|
info
|
|
options |
WindowOptions
|
<optional>
|
|
|
- Source:
(static) list(title, text, values, headersopt, optionsopt)
Parameters:
| Name |
Type |
Attributes |
Description |
title |
String
|
|
|
text |
String
|
|
|
values |
Array.<Array.<String>>
|
Array.<String>
|
|
|
headers |
Array.<String>
|
<optional>
|
|
options |
WindowOptions
|
<optional>
|
|
- Source:
(static) progress(text, title, optionsopt)
Parameters:
| Name |
Type |
Attributes |
Description |
text |
String
|
|
|
title |
String
|
|
|
options |
WindowOptions
|
<optional>
|
|
- Source:
calendar(id, nameopt)
Parameters:
| Name |
Type |
Attributes |
Description |
id |
String
|
|
|
name |
String
|
<optional>
|
|
- Source:
Returns:
combo(id, name, values)
Parameters:
| Name |
Type |
Description |
id |
String
|
|
name |
String
|
|
values |
Array.<String>
|
|
- Source:
Returns:
customArgs(args)
Add custom args to the zenity command (Only use if you know what you're doing)
Parameters:
| Name |
Type |
Description |
args |
Array.<String>
|
|
- Source:
Returns:
entry(id, nameopt)
Parameters:
| Name |
Type |
Attributes |
Description |
id |
String
|
|
|
name |
String
|
<optional>
|
|
- Source:
Returns:
list(id, name, values, headersopt)
Deprecated. Use Dialog.list() [static] if possible because of graphical glitches
Parameters:
| Name |
Type |
Attributes |
Default |
Description |
id |
String
|
|
|
|
name |
String
|
|
|
|
values |
Array.<String>
|
Array.<Array.<String>>
|
|
|
|
headers |
Array.<String>
|
<optional>
|
null
|
|
- Deprecated:
- Source:
Returns:
password(id, nameopt)
Parameters:
| Name |
Type |
Attributes |
Description |
id |
String
|
|
|
name |
String
|
<optional>
|
|
- Source:
Returns:
show()
- Source:
Returns:
(async) showAsync()
- Source:
Returns: