UIPainter.st
changeset 2336 b3ce8b110486
parent 2328 5324713ed697
child 2353 13774605a1a7
equal deleted inserted replaced
2335:10ccdd81d985 2336:b3ce8b110486
   128     ^super flyByHelpSpec addPairsFrom:#(
   128     ^super flyByHelpSpec addPairsFrom:#(
   129 
   129 
   130 #fileSave
   130 #fileSave
   131 'Save Spec'
   131 'Save Spec'
   132 
   132 
       
   133 shadesOfRed
       
   134 'Red color tones'
       
   135 
       
   136 shadesOfGreen
       
   137 'Green color tones'
       
   138 
       
   139 shadesOfBlue
       
   140 'Blue color tones'
       
   141 
       
   142 shadesOfCyan
       
   143 'Cyan color tones'
       
   144 
       
   145 shadesOfMagenta
       
   146 'Magenta color tones'
       
   147 
       
   148 shadesOfYellow
       
   149 'Yellow color tones'
       
   150 
       
   151 shadesOfGray
       
   152 'Gray color tones'
       
   153 
       
   154 openColorEditor
       
   155 'Open a color editor'
       
   156 
       
   157 pickColorFromScreen
       
   158 'Pick a color from the screen'
       
   159 
       
   160 recentlyUsedColors
       
   161 'Pick a recently used color'
       
   162 
       
   163 useDefaultColorToggle
       
   164 'Toggle between default and explicit color'
   133 
   165 
   134 )
   166 )
   135 !
   167 !
   136 
   168 
   137 helpSpec
   169 helpSpec
   347 #testGeometryTestMode
   379 #testGeometryTestMode
   348 'Toggles geometry test mode (to define ratios of variable panels and top-window dimension).'
   380 'Toggles geometry test mode (to define ratios of variable panels and top-window dimension).'
   349 
   381 
   350 #testStartApplication
   382 #testStartApplication
   351 'Starts the application with the current window spec.'
   383 'Starts the application with the current window spec.'
       
   384 
       
   385 shadesOfRed
       
   386 'Red color tones'
       
   387 
       
   388 shadesOfGreen
       
   389 'Green color tones'
       
   390 
       
   391 shadesOfBlue
       
   392 'Blue color tones'
       
   393 
       
   394 shadesOfCyan
       
   395 'Cyan color tones'
       
   396 
       
   397 shadesOfMagenta
       
   398 'Magenta color tones'
       
   399 
       
   400 shadesOfYellow
       
   401 'Yellow color tones'
       
   402 
       
   403 shadesOfGray
       
   404 'Gray color tones'
       
   405 
       
   406 openColorEditor
       
   407 'Open a color editor'
       
   408 
       
   409 pickColorFromScreen
       
   410 'Pick a color from the screen'
       
   411 
       
   412 recentlyUsedColors
       
   413 'Pick a recently used color'
       
   414 
       
   415 useDefaultColorToggle
       
   416 'Toggle between default and explicit color'
   352 
   417 
   353 )
   418 )
   354 ! !
   419 ! !
   355 
   420 
   356 !UIPainter class methodsFor:'helpers'!
   421 !UIPainter class methodsFor:'helpers'!