This commit is contained in:
2019-03-06 11:35:18 +01:00
parent 23fa8c8b99
commit 8ce65c8427
14 changed files with 850 additions and 3 deletions
+12
View File
@@ -0,0 +1,12 @@
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)