New ScreenPanel
This commit is contained in:
15
script/testf.py
Executable file
15
script/testf.py
Executable 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")
|
||||
|
||||
Reference in New Issue
Block a user