From 10fef00812d27aa6032193f5dc540208936835dd Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sat, 30 Jul 2011 10:34:00 +0000 Subject: added box-style-media to expandable list --- (limited to 'TurtleArt') diff --git a/TurtleArt/taconstants.py b/TurtleArt/taconstants.py index 857801e..44d4d01 100644 --- a/TurtleArt/taconstants.py +++ b/TurtleArt/taconstants.py @@ -85,13 +85,12 @@ CONSTANTS = {'leftpos': None, 'toppos': None, 'rightpos': None, # EXPANDABLE_STYLE = ['boolean-style', 'compare-porch-style', 'compare-style', 'number-style-porch', 'number-style', 'basic-style-2arg', - 'number-style-block'] + 'number-style-block', 'box-style-media'] EXPANDABLE = ['vspace', 'hspace', 'identity2'] -EXPANDABLE_ARGS = ['list', 'myfunc1arg', 'myfunc2arg', - 'myfunc3arg', 'userdefined', 'userdefined2args', - 'userdefined3args'] +EXPANDABLE_ARGS = ['list', 'myfunc1arg', 'myfunc2arg', 'myfunc3arg', + 'userdefined', 'userdefined2args', 'userdefined3args'] # # Blocks that are 'collapsible' # -- cgit v0.9.1