Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/tapalette.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2012-07-05 13:28:47 (GMT)
committer Walter Bender <walter.bender@gmail.com>2012-07-05 13:28:47 (GMT)
commit4029ddcd1bf0da391fb26b7e717fe015bafb0fb9 (patch)
treeb0bcf566bca82a61a7676efff94a6359165e2e81 /TurtleArt/tapalette.py
parentf445a0588adb68fdaa9fc6d19f13b14fdd04f861 (diff)
convert flow blocks to new clamp style
Diffstat (limited to 'TurtleArt/tapalette.py')
-rw-r--r--TurtleArt/tapalette.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/TurtleArt/tapalette.py b/TurtleArt/tapalette.py
index 2af8ff1..0b7d740 100644
--- a/TurtleArt/tapalette.py
+++ b/TurtleArt/tapalette.py
@@ -69,6 +69,10 @@ block_styles = {'basic-style': [],
'flow-style-boolean': [],
'flow-style-while': [],
'flow-style-else': [],
+ 'clamp-style': [],
+ 'clamp-style-1arg': [],
+ 'clamp-style-boolean': [],
+ 'clamp-style-else': [],
'collapsible-top': [],
'collapsible-top-no-arm': [],
'collapsible-top-no-label': [],