Closedown

This commit is contained in:
2016-06-28 17:51:13 +02:00
parent d37290c102
commit 20ba32ee96
-12
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)