UIPainter.st
changeset 3229 ba4c463b66ad
parent 3228 1653d1bda447
child 3236 2e494c0bcf47
equal deleted inserted replaced
3228:1653d1bda447 3229:ba4c463b66ad
     1 "{ Encoding: utf8 }"
       
     2 
       
     3 "
     1 "
     4  COPYRIGHT (c) 1995-1998 by eXept Software AG
     2  COPYRIGHT (c) 1995-1998 by eXept Software AG
     5               All Rights Reserved
     3               All Rights Reserved
     6 
     4 
     7  This software is furnished under a license and may be used
     5  This software is furnished under a license and may be used
   465 'Starts the application with the current window spec'
   463 'Starts the application with the current window spec'
   466 
   464 
   467 #useDefaultColorToggle
   465 #useDefaultColorToggle
   468 'Toggle between default and explicit color'
   466 'Toggle between default and explicit color'
   469 
   467 
   470 #wrapInto
   468 #useDefaultFontToggle
   471 ''
   469 'Toggle between default and explicit font'
       
   470 
       
   471 #concreteFontsFamily
       
   472 'Choose a font family'
       
   473 
       
   474 #concreteFontsFace
       
   475 'Choose a font face'
       
   476 
       
   477 #concreteFontsStyle
       
   478 'Choose a font style'
       
   479 
       
   480 #concreteFontsSize
       
   481 'Choose a font size (in points, not pixels)'
       
   482 
   472 
   483 
   473 )
   484 )
   474 ! !
   485 ! !
   475 
   486 
   476 !UIPainter class methodsFor:'helpers'!
   487 !UIPainter class methodsFor:'helpers'!