help spec
authorClaus Gittinger <cg@exept.de>
Mon, 19 May 2008 15:41:36 +0200
changeset 2336 b3ce8b110486
parent 2335 10ccdd81d985
child 2337 ff5a37df2a9c
help spec
UIPainter.st
--- 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'
+
 )
 ! !