This commit is contained in:
2019-03-06 11:33:37 +01:00
parent 1f5fcb7ad8
commit 23fa8c8b99
16 changed files with 10 additions and 857 deletions

View File

@@ -1,12 +0,0 @@
show_message("My message", title = "Title", blocking = True)
print get_option("Choose:" , type = "YesNoCancel")
print get_string("Enter string:", default = "default")
print get_string("Choose string:", default = "default", alternatives = ["default", "alt1", "alt2"])
print get_string("Enter password:", password = True)