Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/turtle_blocks_extras/turtle_blocks_extras.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/turtle_blocks_extras/turtle_blocks_extras.py b/plugins/turtle_blocks_extras/turtle_blocks_extras.py
index 9617d12..ade0508 100644
--- a/plugins/turtle_blocks_extras/turtle_blocks_extras.py
+++ b/plugins/turtle_blocks_extras/turtle_blocks_extras.py
@@ -671,7 +671,15 @@ module found in the Journal'))
label=_('turtle shell'),
help_string=_("put a custom 'shell' on the turtle"))
+ # macro
+ palette.add_block('clamp',
+ style='collapsible-top-no-label',
+ label=[' ', ' '],
+ special_name=_('top'),
+ help_string=_('top of a collapsed stack'))
+
palette.add_block('sandwichtop_no_label',
+ hidden=True,
style='collapsible-top-no-label',
label=[' ', ' '],
special_name=_('top'),
@@ -679,6 +687,7 @@ module found in the Journal'))
help_string=_('top of a collapsed stack'))
palette.add_block('sandwichbottom',
+ hidden=True,
style='collapsible-bottom',
label=[' ', ' '],
prim_name='nop',