From 24188eef0769a9fd02935618b507b430558a1b9b Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Fri, 11 Mar 2011 18:13:36 +0000 Subject: added basic-style-3arg --- (limited to 'TurtleArt/tapalette.py') 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': [], -- cgit v0.9.1