diff options
| author | Martin v. Löwis <martin@v.loewis.de> | 2008-06-04 06:29:55 +0000 |
|---|---|---|
| committer | Martin v. Löwis <martin@v.loewis.de> | 2008-06-04 06:29:55 +0000 |
| commit | 8718459f0f7f42f9fedf1f7525c52bd7ac16b51b (patch) | |
| tree | 99aa2c451de1149763fee3b11906524d87a0ef5e /Demo/turtle/turtle.cfg | |
| parent | 4ed3ed13c5c82f4b46d633cb7f61d6218d6ed320 (diff) | |
| download | cpython-git-8718459f0f7f42f9fedf1f7525c52bd7ac16b51b.tar.gz | |
Patch #1513695: New turtle module, with demos.
Diffstat (limited to 'Demo/turtle/turtle.cfg')
| -rw-r--r-- | Demo/turtle/turtle.cfg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Demo/turtle/turtle.cfg b/Demo/turtle/turtle.cfg new file mode 100644 index 0000000000..bd89a741f9 --- /dev/null +++ b/Demo/turtle/turtle.cfg @@ -0,0 +1,10 @@ +width = 800 +height = 600 +canvwidth = 1200 +canvheight = 900 +shape = arrow +mode = standard +resizemode = auto +fillcolor = "" +title = Python turtle graphics demo. + |
