repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move setting of ioready 'wait' earlier in call chain, to
[python/dscho.git]
/
Mac
/
Lib
/
test
/
twin.py
blob
0904d320bc6cbe86a5821daf47463dc7a7fbb896
1
# Test Win module
2
3
from
Win
import
*
4
5
r
= (
40
,
40
,
400
,
300
)
6
w
=
NewWindow
(
r
,
"Hello world"
,
1
,
0
, -
1
,
1
,
0x55555555
)
7
w
.
DrawGrowIcon
()
8
import
time
9
time
.
sleep
(
10
)