ShadowView.st
changeset 2188 6b013c605bc9
parent 2187 995bb5c1f6d2
child 2575 ee1eb6c85319
equal deleted inserted replaced
2187:995bb5c1f6d2 2188:6b013c605bc9
   112     super create.
   112     super create.
   113     self backingStore:false.
   113     self backingStore:false.
   114     self saveUnder:true
   114     self saveUnder:true
   115 
   115 
   116     "Modified: 12.5.1996 / 22:00:47 / cg"
   116     "Modified: 12.5.1996 / 22:00:47 / cg"
   117 !
       
   118 
       
   119 initStyle
       
   120     ^ self
       
   121 
       
   122     "Created: / 27.7.1998 / 11:40:27 / cg"
       
   123 !
   117 !
   124 
   118 
   125 initialize
   119 initialize
   126     super initialize.
   120     super initialize.
   127     borderWidth := 0.
   121     borderWidth := 0.
   230 ! !
   224 ! !
   231 
   225 
   232 !ShadowView class methodsFor:'documentation'!
   226 !ShadowView class methodsFor:'documentation'!
   233 
   227 
   234 version
   228 version
   235     ^ '$Header: /cvs/stx/stx/libview/ShadowView.st,v 1.26 1998-07-27 10:15:11 cg Exp $'
   229     ^ '$Header: /cvs/stx/stx/libview/ShadowView.st,v 1.27 1998-07-27 14:40:34 cg Exp $'
   236 ! !
   230 ! !