This commit is contained in:
2018-04-17 12:05:48 +02:00
parent 14edc0e745
commit 58a1260003
428 changed files with 41350 additions and 477 deletions

15
script/test/testf.py Executable file
View File

@@ -0,0 +1,15 @@
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")