Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/taconstants.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-02-11 12:55:46 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-02-11 12:55:46 (GMT)
commitc6e13603f52ad477a0275af1c6a1e5ba50fdc688 (patch)
tree2abea4d3ad29dc5f83a04d70b8dc1eca90c4ac2d /taconstants.py
parentdda64adbdaabe5c79425b17b1db65c4ff355339d (diff)
switching back to split
Diffstat (limited to 'taconstants.py')
-rw-r--r--taconstants.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/taconstants.py b/taconstants.py
index 1ae34df..3c23f89 100644
--- a/taconstants.py
+++ b/taconstants.py
@@ -109,7 +109,7 @@ PALETTE_NAMES = ['turtle', 'pen', 'colors', 'numbers', 'flow', 'blocks',
PALETTES = [['forward', 'back', 'clean', 'left', 'right', 'show',
'seth', 'setxy', 'heading', 'xcor', 'ycor', 'setscale',
- 'arc', 'scale', 'width', 'height', 'leftpos', 'toppos', 'rightpos',
+ 'arc', 'scale', 'leftpos', 'toppos', 'rightpos',
'bottompos'],
['penup','pendown', 'setpensize', 'fillscreen', 'pensize',
'settextsize', 'setcolor', 'setshade', 'textsize', 'color',
@@ -125,10 +125,10 @@ PALETTES = [['forward', 'back', 'clean', 'left', 'right', 'show',
'storein', 'start'],
['kbinput', 'push', 'printheap', 'keyboard', 'pop', 'clearheap',
'myfunc', 'nop', 'sandwichtop', 'sandwichbottom',
- 'addturtle', 'print', 'comment'],
- ['journal', 'audio', 'description', 'picturelist',
- 'hideblocks', 'showblocks', 'fullscreen',
- 'picture1x1', 'picture2x2', 'picture2x1', 'picture1x2', 'savepix'],
+ 'addturtle', 'print', 'comment', 'width', 'height'],
+ ['journal', 'audio', 'description', 'savepix',
+ 'hideblocks', 'showblocks', 'fullscreen', 'picturelist',
+ 'picture1x1', 'picture2x2', 'picture2x1', 'picture1x2'],
['empty', 'restoreall']]
#