ViewStyle.st
changeset 8518 f7fd6d8ee737
parent 7711 11ee38c0349c
equal deleted inserted replaced
8517:b32d1a4a3c24 8518:f7fd6d8ee737
       
     1 "{ Encoding: utf8 }"
       
     2 
     1 "
     3 "
     2  COPYRIGHT (c) 1993 by Claus Gittinger
     4  COPYRIGHT (c) 1993 by Claus Gittinger
     3 	      All Rights Reserved
     5 	      All Rights Reserved
     4 
     6 
     5  This software is furnished under a license and may be used
     7  This software is furnished under a license and may be used
   260         viewGrey := self at:#viewGrey default:nil.
   262         viewGrey := self at:#viewGrey default:nil.
   261     ].
   263     ].
   262     ^ viewGrey
   264     ^ viewGrey
   263 ! !
   265 ! !
   264 
   266 
       
   267 !ViewStyle methodsFor:'accessing-internals'!
       
   268 
       
   269 superPack:anotherResourcePack
       
   270     superPacks := { anotherResourcePack }.
       
   271 
       
   272     "Created: / 29-01-1998 / 22:43:09 / cg"
       
   273     "Modified (comment): / 10-10-2018 / 14:14:39 / sr"
       
   274 ! !
       
   275 
   265 !ViewStyle methodsFor:'error handling'!
   276 !ViewStyle methodsFor:'error handling'!
   266 
   277 
   267 nonexistingFileRead
   278 nonexistingFileRead
   268     "here, a non-existing stylesheet is treated as an error"
   279     "here, a non-existing stylesheet is treated as an error"
   269 
   280