projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Change GetC to return an int so that it can return wxEOF on error.
[wxWidgets.git]
/
wxPython
/
demo
/
PseudoDC.py
diff --git
a/wxPython/demo/PseudoDC.py
b/wxPython/demo/PseudoDC.py
index 964c196fec5fd651dcfc1a0d7defbb8736507199..dff489a31eff7d121058915416baa33dc18961ad 100644
(file)
--- a/
wxPython/demo/PseudoDC.py
+++ b/
wxPython/demo/PseudoDC.py
@@
-5,11
+5,11
@@
import random
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
-W =
3
000
-H =
3
000
+W =
2
000
+H =
2
000
SW = 150
SH = 150
SW = 150
SH = 150
-SHAPE_COUNT =
50
00
+SHAPE_COUNT =
25
00
hitradius = 5
#---------------------------------------------------------------------------
hitradius = 5
#---------------------------------------------------------------------------