Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-02-02 00:09:23 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-02-02 00:09:23 (GMT)
commit5d58462013be8eae4217b4ab199a6f0ddcd16687 (patch)
tree44caf586e7c7a409b329dc75a9f08acb537e29fa /constants.py
parent58233ff65b03cfe81eedb0cb1c5f1bf9322b4a27 (diff)
added settextcolor prim
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/constants.py b/constants.py
index 388dd68..3354c48 100644
--- a/constants.py
+++ b/constants.py
@@ -291,6 +291,7 @@ PRIMITIVES = {
'setscale':'setscale',
'setshade':'setshade',
'settextsize':'settextsize',
+ 'settextcolor':'settextcolor',
'setxy':'setxy',
'shade':'shade',
'show':'show',