commit | 17448e24081eb713ac00d7bcb681f4f0d8abfcbf | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Jan 30 11:53:55 1995 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Jan 30 11:53:55 1995 +0000 |
tree | 4f9d6768ef326173e1141b1a92af63247a42b13a | |
parent | 80ffd6683ca7b06ed743c629459b06b07defbfb3 [diff] [blame] |
Committed a more or less working version.
diff --git a/Mac/Lib/test/twin.py b/Mac/Lib/test/twin.py new file mode 100644 index 0000000..0904d32 --- /dev/null +++ b/Mac/Lib/test/twin.py
@@ -0,0 +1,9 @@ +# Test Win module + +from Win import * + +r = (40, 40, 400, 300) +w = NewWindow(r, "Hello world", 1, 0, -1, 1, 0x55555555) +w.DrawGrowIcon() +import time +time.sleep(10)