UIPainter.st
changeset 2336 b3ce8b110486
parent 2328 5324713ed697
child 2353 13774605a1a7
--- a/UIPainter.st	Fri May 16 19:15:12 2008 +0200
+++ b/UIPainter.st	Mon May 19 15:41:36 2008 +0200
@@ -130,6 +130,38 @@
 #fileSave
 'Save Spec'
 
+shadesOfRed
+'Red color tones'
+
+shadesOfGreen
+'Green color tones'
+
+shadesOfBlue
+'Blue color tones'
+
+shadesOfCyan
+'Cyan color tones'
+
+shadesOfMagenta
+'Magenta color tones'
+
+shadesOfYellow
+'Yellow color tones'
+
+shadesOfGray
+'Gray color tones'
+
+openColorEditor
+'Open a color editor'
+
+pickColorFromScreen
+'Pick a color from the screen'
+
+recentlyUsedColors
+'Pick a recently used color'
+
+useDefaultColorToggle
+'Toggle between default and explicit color'
 
 )
 !
@@ -350,6 +382,39 @@
 #testStartApplication
 'Starts the application with the current window spec.'
 
+shadesOfRed
+'Red color tones'
+
+shadesOfGreen
+'Green color tones'
+
+shadesOfBlue
+'Blue color tones'
+
+shadesOfCyan
+'Cyan color tones'
+
+shadesOfMagenta
+'Magenta color tones'
+
+shadesOfYellow
+'Yellow color tones'
+
+shadesOfGray
+'Gray color tones'
+
+openColorEditor
+'Open a color editor'
+
+pickColorFromScreen
+'Pick a color from the screen'
+
+recentlyUsedColors
+'Pick a recently used color'
+
+useDefaultColorToggle
+'Toggle between default and explicit color'
+
 )
 ! !