From 960017fd07c31879458dc2d02d62e8a2176390e4 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Wed, 08 Sep 2010 18:06:52 +0000 Subject: removed comment labels from media stacks --- (limited to 'TurtleArt/taconstants.py') diff --git a/TurtleArt/taconstants.py b/TurtleArt/taconstants.py index ecef0c1..b2c5447 100644 --- a/TurtleArt/taconstants.py +++ b/TurtleArt/taconstants.py @@ -919,162 +919,156 @@ MACROS = { [9, 'wait', 0, 0, [8, 10, None]], [10, ['number', '1'], 0, 0, [9, None]]], 'picturelist': - [[0, 'sandwichtop', 0, 0, [None, 1, 2]], - [1, ['string', _('bulleted list')], 0, 0, [0, None]], - [2, 'setxy', 0, 0, [0, 3, 4, 5]], - [3, 'titlex', 0, 0, [2, None]], - [4, 'titley', 0, 0, [2, None]], - [5, 'setscale', 0, 0, [2, 6, 7]], - [6, ['number', '100'], 0, 0, [5, None]], - [7, 'show', 0, 0, [5, 8, 9]], - [8, ['string',_('Title')], 0, 0, [7, None]], - [9, 'setxy', 0, 0, [7, 10, 11, 12]], - [10, 'leftx', 0, 0, [9, None]], - [11, 'topy', 0, 0, [9, None]], - [12, 'setscale', 0, 0, [9, 13, 14]], - [13, ['number', '67'], 0, 0, [12, None]], - [14, 'list', 0, 0, [12, 15, 16, 17]], - [15, ['string','∙ '], 0, 0, [14, None]], - [16, ['string','∙ '], 0, 0, [14, None]], - [17, 'sandwichbottom', 0, 0, [14, None]]], + [[0, 'sandwichtop_no_label', 0, 0, [None, 1]], + [1, 'setxy', 0, 0, [0, 2, 3, 4]], + [2, 'titlex', 0, 0, [1, None]], + [3, 'titley', 0, 0, [1, None]], + [4, 'setscale', 0, 0, [1, 5, 6]], + [5, ['number', '100'], 0, 0, [4, None]], + [6, 'show', 0, 0, [4, 7, 8]], + [7, ['string',_('Title')], 0, 0, [6, None]], + [8, 'setxy', 0, 0, [6, 9, 10, 11]], + [9, 'leftx', 0, 0, [8, None]], + [10, 'topy', 0, 0, [8, None]], + [11, 'setscale', 0, 0, [8, 12, 13]], + [12, ['number', '67'], 0, 0, [11, None]], + [13, 'list', 0, 0, [11, 14, 15, 16]], + [14, ['string','∙ '], 0, 0, [13, None]], + [15, ['string','∙ '], 0, 0, [13, None]], + [16, 'sandwichbottom', 0, 0, [13, None]]], 'picture1x1a': - [[0, 'sandwichtop', 0, 0, [None, 1, 2]], - [1, ['string', _('picture')], 0, 0, [0, None]], - [2, 'setxy', 0, 0, [0, 3, 4, 5]], - [3, 'titlex', 0, 0, [2, None]], - [4, 'titley', 0, 0, [2, None]], - [5, 'setscale', 0, 0, [2, 6, 7]], - [6, ['number', '100'], 0, 0, [5, None]], - [7, 'show', 0, 0, [5, 8, 9]], - [8, ['string',_('Title')], 0, 0, [7, None]], - [9, 'setscale', 0, 0, [7, 10, 11]], - [10, ['number', '90'], 0, 0, [9, None]], - [11, 'setxy', 0, 0, [9, 12, 13, 14]], - [12, 'leftx', 0, 0, [11, None]], - [13, 'topy', 0, 0, [11, None]], - [14, 'showaligned', 0, 0, [11, 15, 16]], - [15, 'journal', 0, 0, [14, None]], - [16, 'sandwichbottom', 0, 0, [14, None]]], + [[0, 'sandwichtop_no_label', 0, 0, [None, 1]], + [1, 'setxy', 0, 0, [0, 2, 3, 4]], + [2, 'titlex', 0, 0, [1, None]], + [3, 'titley', 0, 0, [1, None]], + [4, 'setscale', 0, 0, [1, 5, 6]], + [5, ['number', '100'], 0, 0, [4, None]], + [6, 'show', 0, 0, [4, 7, 8]], + [7, ['string',_('Title')], 0, 0, [6, None]], + [8, 'setscale', 0, 0, [6, 9, 10]], + [9, ['number', '90'], 0, 0, [8, None]], + [10, 'setxy', 0, 0, [8, 11, 12, 13]], + [11, 'leftx', 0, 0, [10, None]], + [12, 'topy', 0, 0, [10, None]], + [13, 'showaligned', 0, 0, [10, 14, 15]], + [14, 'journal', 0, 0, [13, None]], + [15, 'sandwichbottom', 0, 0, [13, None]]], 'picture2x2': - [[0, 'sandwichtop', 0, 0, [None, 1, 2]], - [1, ['string', _('2×2 pictures')], 0, 0, [0, None]], - [2, 'setxy', 0, 0, [0, 3, 4, 5]], - [3, 'titlex', 0, 0, [2, None]], - [4, 'titley', 0, 0, [2, None]], - [5, 'setscale', 0, 0, [2, 6, 7]], - [6, ['number', '100'], 0, 0, [5, None]], - [7, 'show', 0, 0, [5, 8, 9]], - [8, ['string',_('Title')], 0, 0, [7, None]], - [9, 'setscale', 0, 0, [7, 10, 11]], - [10, ['number', '35'], 0, 0, [9, None]], - [11, 'setxy', 0, 0, [9, 12, 13, 14]], - [12, 'leftx', 0, 0, [11, None]], - [13, 'topy', 0, 0, [11, None]], - [14, 'showaligned', 0, 0, [11, 15, 16]], - [15, 'journal', 0, 0, [14, None]], - [16, 'setxy', 0, 0, [14, 17, 18, 19]], - [17, 'rightx', 0, 0, [16, None]], - [18, 'topy', 0, 0, [16, None]], - [19, 'showaligned', 0, 0, [16, 20, 21]], - [20, 'journal', 0, 0, [19, None]], - [21, 'setxy', 0, 0, [19, 22, 23, 24]], - [22, 'leftx', 0, 0, [21, None]], - [23, 'bottomy', 0, 0, [21, None]], - [24, 'showaligned', 0, 0, [21, 25, 26]], - [25, 'journal', 0, 0, [24, None]], - [26, 'setxy', 0, 0, [24, 27, 28, 29]], - [27, 'rightx', 0, 0, [26, None]], - [28, 'bottomy', 0, 0, [26, None]], - [29, 'showaligned', 0, 0, [26, 30, 31]], - [30, 'journal', 0, 0, [29, None]], - [31, 'sandwichbottom', 0, 0, [29, None]]], - 'picture2x1': - [[0, 'sandwichtop', 0, 0, [None, 1, 2]], - [1, ['string', _('2×1 pictures')], 0, 0, [0, None]], - [2, 'setxy', 0, 0, [0, 3, 4, 5]], - [3, 'titlex', 0, 0, [2, None]], - [4, 'titley', 0, 0, [2, None]], - [5, 'setscale', 0, 0, [2, 6, 7]], - [6, ['number', '100'], 0, 0, [5, None]], - [7, 'show', 0, 0, [5, 8, 9]], - [8, ['string',_('Title')], 0, 0, [7, None]], - [9, 'setscale', 0, 0, [7, 10, 11]], - [10, ['number', '35'], 0, 0, [9, None]], - [11, 'setxy', 0, 0, [9, 12, 13, 14]], - [12, 'leftx', 0, 0, [11, None]], - [13, 'topy', 0, 0, [11, None]], - [14, 'showaligned', 0, 0, [11, 15, 16]], - [15, 'journal', 0, 0, [14, None]], - [16, 'setxy', 0, 0, [14, 17, 18, 19]], - [17, 'leftx', 0, 0, [16, None]], - [18, 'bottomy', 0, 0, [16, None]], - [19, 'showaligned', 0, 0, [16, 20, 21]], - [20, 'description', 0, 0, [19, None]], - [21, 'setxy', 0, 0, [19, 22, 23, 24]], - [22, 'rightx', 0, 0, [21, None]], - [23, 'topy', 0, 0, [21, None]], - [24, 'showaligned', 0, 0, [21, 25, 26]], - [25, 'journal', 0, 0, [24, None]], - [26, 'setxy', 0, 0, [24, 27, 28, 29]], - [27, 'rightx', 0, 0, [26, None]], - [28, 'bottomy', 0, 0, [26, None]], - [29, 'showaligned', 0, 0, [26, 30, 31]], - [30, 'description', 0, 0, [29, None]], - [31, 'sandwichbottom', 0, 0, [29, None]]], + [[0, 'sandwichtop_no_label', 0, 0, [None, 1]], + [1, 'setxy', 0, 0, [0, 2, 3, 4]], + [2, 'titlex', 0, 0, [1, None]], + [3, 'titley', 0, 0, [1, None]], + [4, 'setscale', 0, 0, [1, 5, 6]], + [5, ['number', '100'], 0, 0, [4, None]], + [6, 'show', 0, 0, [4, 7, 8]], + [7, ['string',_('Title')], 0, 0, [6, None]], + [8, 'setscale', 0, 0, [6, 9, 10]], + [9, ['number', '35'], 0, 0, [8, None]], + [10, 'setxy', 0, 0, [8, 11, 12, 13]], + [11, 'leftx', 0, 0, [10, None]], + [12, 'topy', 0, 0, [10, None]], + [13, 'showaligned', 0, 0, [10, 14, 15]], + [14, 'journal', 0, 0, [13, None]], + [15, 'setxy', 0, 0, [13, 16, 17, 18]], + [16, 'rightx', 0, 0, [15, None]], + [17, 'topy', 0, 0, [15, None]], + [18, 'showaligned', 0, 0, [15, 19, 20]], + [19, 'journal', 0, 0, [18, None]], + [20, 'setxy', 0, 0, [18, 21, 22, 23]], + [21, 'leftx', 0, 0, [20, None]], + [22, 'bottomy', 0, 0, [20, None]], + [23, 'showaligned', 0, 0, [20, 24, 25]], + [24, 'journal', 0, 0, [23, None]], + [25, 'setxy', 0, 0, [23, 26, 27, 28]], + [26, 'rightx', 0, 0, [25, None]], + [27, 'bottomy', 0, 0, [25, None]], + [28, 'showaligned', 0, 0, [25, 29, 30]], + [29, 'journal', 0, 0, [28, None]], + [30, 'sandwichbottom', 0, 0, [28, None]]], 'picture1x2': - [[0, 'sandwichtop', 0, 0, [None, 1, 2]], - [1, ['string', _('1×2 pictures')], 0, 0, [0, None]], - [2, 'setxy', 0, 0, [0, 3, 4, 5]], - [3, 'titlex', 0, 0, [2, None]], - [4, 'titley', 0, 0, [2, None]], - [5, 'setscale', 0, 0, [2, 6, 7]], - [6, ['number', '100'], 0, 0, [5, None]], - [7, 'show', 0, 0, [5, 8, 9]], - [8, ['string',_('Title')], 0, 0, [7, None]], - [9, 'setscale', 0, 0, [7, 10, 11]], - [10, ['number', '35'], 0, 0, [9, None]], - [11, 'setxy', 0, 0, [9, 12, 13, 14]], - [12, 'leftx', 0, 0, [11, None]], - [13, 'topy', 0, 0, [11, None]], - [14, 'showaligned', 0, 0, [11, 15, 16]], - [15, 'journal', 0, 0, [14, None]], - [16, 'setxy', 0, 0, [14, 17, 18, 19]], - [17, 'rightx', 0, 0, [16, None]], - [18, 'topy', 0, 0, [16, None]], - [19, 'showaligned', 0, 0, [16, 20, 21]], - [20, 'description', 0, 0, [19, None]], - [21, 'setxy', 0, 0, [19, 22, 23, 24]], - [22, 'leftx', 0, 0, [21, None]], - [23, 'bottomy', 0, 0, [21, None]], - [24, 'showaligned', 0, 0, [21, 25, 26]], - [25, 'journal', 0, 0, [24, None]], - [26, 'setxy', 0, 0, [24, 27, 28, 29]], - [27, 'rightx', 0, 0, [26, None]], - [28, 'bottomy', 0, 0, [26, None]], - [29, 'showaligned', 0, 0, [26, 30, 31]], - [30, 'description', 0, 0, [29, None]], - [31, 'sandwichbottom', 0, 0, [29, None]]], + [[0, 'sandwichtop_no_label', 0, 0, [None, 1]], + [1, 'setxy', 0, 0, [0, 2, 3, 4]], + [2, 'titlex', 0, 0, [1, None]], + [3, 'titley', 0, 0, [1, None]], + [4, 'setscale', 0, 0, [1, 5, 6]], + [5, ['number', '100'], 0, 0, [4, None]], + [6, 'show', 0, 0, [4, 7, 8]], + [7, ['string',_('Title')], 0, 0, [6, None]], + [8, 'setscale', 0, 0, [6, 9, 10]], + [9, ['number', '35'], 0, 0, [8, None]], + [10, 'setxy', 0, 0, [8, 11, 12, 13]], + [11, 'leftx', 0, 0, [10, None]], + [12, 'topy', 0, 0, [10, None]], + [13, 'showaligned', 0, 0, [10, 14, 15]], + [14, 'journal', 0, 0, [13, None]], + [15, 'setxy', 0, 0, [13, 16, 17, 18]], + [16, 'rightx', 0, 0, [15, None]], + [17, 'topy', 0, 0, [15, None]], + [18, 'showaligned', 0, 0, [15, 19, 20]], + [19, 'description', 0, 0, [18, None]], + [20, 'setxy', 0, 0, [18, 21, 22, 23]], + [21, 'leftx', 0, 0, [20, None]], + [22, 'bottomy', 0, 0, [20, None]], + [23, 'showaligned', 0, 0, [20, 24, 25]], + [24, 'journal', 0, 0, [23, None]], + [25, 'setxy', 0, 0, [23, 26, 27, 28]], + [26, 'rightx', 0, 0, [25, None]], + [27, 'bottomy', 0, 0, [25, None]], + [28, 'showaligned', 0, 0, [25, 29, 30]], + [29, 'description', 0, 0, [28, None]], + [30, 'sandwichbottom', 0, 0, [28, None]]], + 'picture2x1': + [[0, 'sandwichtop_no_label', 0, 0, [None, 1]], + [1, 'setxy', 0, 0, [0, 2, 3, 4]], + [2, 'titlex', 0, 0, [1, None]], + [3, 'titley', 0, 0, [1, None]], + [4, 'setscale', 0, 0, [1, 5, 6]], + [5, ['number', '100'], 0, 0, [4, None]], + [6, 'show', 0, 0, [4, 7, 8]], + [7, ['string',_('Title')], 0, 0, [6, None]], + [8, 'setscale', 0, 0, [6, 9, 10]], + [9, ['number', '35'], 0, 0, [8, None]], + [10, 'setxy', 0, 0, [8, 11, 12, 13]], + [11, 'leftx', 0, 0, [10, None]], + [12, 'topy', 0, 0, [10, None]], + [13, 'showaligned', 0, 0, [10, 14, 15]], + [14, 'journal', 0, 0, [13, None]], + [15, 'setxy', 0, 0, [13, 16, 17, 18]], + [16, 'rightx', 0, 0, [15, None]], + [17, 'topy', 0, 0, [15, None]], + [18, 'showaligned', 0, 0, [15, 19, 20]], + [19, 'journal', 0, 0, [18, None]], + [20, 'setxy', 0, 0, [18, 21, 22, 23]], + [21, 'leftx', 0, 0, [20, None]], + [22, 'bottomy', 0, 0, [20, None]], + [23, 'showaligned', 0, 0, [20, 24, 25]], + [24, 'description', 0, 0, [23, None]], + [25, 'setxy', 0, 0, [23, 26, 27, 28]], + [26, 'rightx', 0, 0, [25, None]], + [27, 'bottomy', 0, 0, [25, None]], + [28, 'showaligned', 0, 0, [25, 29, 30]], + [29, 'description', 0, 0, [28, None]], + [30, 'sandwichbottom', 0, 0, [28, None]]], 'picture1x1': - [[0, 'sandwichtop', 0, 0, [None, 1, 2]], - [1, ['string', _('1×1 pictures')], 0, 0, [0, None]], - [2, 'setxy', 0, 0, [0, 3, 4, 5]], - [3, 'titlex', 0, 0, [2, None]], - [4, 'titley', 0, 0, [2, None]], - [5, 'setscale', 0, 0, [2, 6, 7]], - [6, ['number', '100'], 0, 0, [5, None]], - [7, 'show', 0, 0, [5, 8, 9]], - [8, ['string',_('Title')], 0, 0, [7, None]], - [9, 'setscale', 0, 0, [7, 10, 11]], - [10, ['number', '35'], 0, 0, [9, None]], - [11, 'setxy', 0, 0, [9, 12, 13, 14]], - [12, 'leftx', 0, 0, [11, None]], - [13, 'topy', 0, 0, [11, None]], - [14, 'showaligned', 0, 0, [11, 15, 16]], - [15, 'journal', 0, 0, [14, None]], - [16, 'setxy', 0, 0, [14, 17, 18, 19]], - [17, 'rightx', 0, 0, [16, None]], - [18, 'topy', 0, 0, [16, None]], - [19, 'showaligned', 0, 0, [16, 20, 21]], - [20, 'description', 0, 0, [19, None]], - [21, 'sandwichbottom', 0, 0, [19, None]]], + [[0, 'sandwichtop_no_label', 0, 0, [None, 1]], + [1, 'setxy', 0, 0, [0, 2, 3, 4]], + [2, 'titlex', 0, 0, [1, None]], + [3, 'titley', 0, 0, [1, None]], + [4, 'setscale', 0, 0, [1, 5, 6]], + [5, ['number', '100'], 0, 0, [4, None]], + [6, 'show', 0, 0, [4, 7, 8]], + [7, ['string',_('Title')], 0, 0, [6, None]], + [8, 'setscale', 0, 0, [6, 9, 10]], + [9, ['number', '35'], 0, 0, [8, None]], + [10, 'setxy', 0, 0, [8, 11, 12, 13]], + [11, 'leftx', 0, 0, [10, None]], + [12, 'topy', 0, 0, [10, None]], + [13, 'showaligned', 0, 0, [10, 14, 15]], + [14, 'journal', 0, 0, [13, None]], + [15, 'setxy', 0, 0, [13, 16, 17, 18]], + [16, 'rightx', 0, 0, [15, None]], + [17, 'topy', 0, 0, [15, None]], + [18, 'showaligned', 0, 0, [15, 19, 20]], + [19, 'description', 0, 0, [18, None]], + [20, 'sandwichbottom', 0, 0, [18, None]]], } -- cgit v0.9.1