Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/taconstants.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2011-07-30 10:34:00 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-07-30 10:34:00 (GMT)
commit10fef00812d27aa6032193f5dc540208936835dd (patch)
treeabda32d6c564801ae3579d84edd94f04aaf65cca /TurtleArt/taconstants.py
parente910d7b9ba70c4c4f3ec5e132e887ed98375b027 (diff)
added box-style-media to expandable list
Diffstat (limited to 'TurtleArt/taconstants.py')
-rw-r--r--TurtleArt/taconstants.py7
1 files changed, 3 insertions, 4 deletions
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'
#