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>2011-03-11 18:13:36 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-03-11 18:13:36 (GMT)
commit24188eef0769a9fd02935618b507b430558a1b9b (patch)
treec3839f5f7233e5eb68b414bc37662f16c272e028 /TurtleArt/tapalette.py
parentf38ede6e182c46a2cd55a9b3c9374d5546d4b9f3 (diff)
added basic-style-3arg
Diffstat (limited to 'TurtleArt/tapalette.py')
-rw-r--r--TurtleArt/tapalette.py11
1 files changed, 6 insertions, 5 deletions
diff --git a/TurtleArt/tapalette.py b/TurtleArt/tapalette.py
index 8d98a2f..3f94fec 100644
--- a/TurtleArt/tapalette.py
+++ b/TurtleArt/tapalette.py
@@ -30,17 +30,18 @@ special_names = {} # Names for blocks without names for popup help
content_blocks = ['number', 'string', 'description', 'audio', 'video',
'journal']
value_blocks = [] # blocks whose labels are updated get added here
-block_styles = {'basic-style-head': [],
+block_styles = {'basic-style': [],
+ 'basic-style-head': [],
'basic-style-head-1arg': [],
'basic-style-tail': [],
- 'basic-style': [],
- 'basic-style-extended-vertical': [],
- 'invisible': [],
'basic-style-extended': [],
+ 'basic-style-extended-vertical': [],
'basic-style-1arg': [],
+ 'basic-style-2arg': [],
+ 'basic-style-3arg': [],
'basic-style-var-arg': [],
'bullet-style': [],
- 'basic-style-2arg': [],
+ 'invisible': [],
'box-style': [],
'box-style-media': [],
'number-style': [],