18 lines
338 B
Python
Executable File
18 lines
338 B
Python
Executable File
print get_option("Opt", "YesNo")
|
|
print get_string("Enter:", password = True)
|
|
print get_string("Enter:","default",["default","alt"])
|
|
|
|
print get_string("Enter:","default")
|
|
|
|
|
|
|
|
print get_option("Opt", "OkCancel")
|
|
print get_option("Opt", "YesNoCancel")
|
|
print get_option("Opt", "YesNo")
|
|
|
|
|
|
show_message("test")
|
|
show_message("test2","tit")
|
|
|
|
|