# HG changeset patch # User Claus Gittinger # Date 1211204496 -7200 # Node ID b3ce8b1104861eb49ec12abd5bee03b286463e27 # Parent 10ccdd81d98544fa45fa83c7cd29d69fbf7629ea help spec diff -r 10ccdd81d985 -r b3ce8b110486 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' + ) ! !