ShadowView.st
changeset 2187 995bb5c1f6d2
parent 1727 c2140507ab19
child 2188 6b013c605bc9
equal deleted inserted replaced
2186:4e4b6f9b0d27 2187:995bb5c1f6d2
   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"
   117 !
   123 !
   118 
   124 
   119 initialize
   125 initialize
   120     super initialize.
   126     super initialize.
   121     borderWidth := 0.
   127     borderWidth := 0.
   224 ! !
   230 ! !
   225 
   231 
   226 !ShadowView class methodsFor:'documentation'!
   232 !ShadowView class methodsFor:'documentation'!
   227 
   233 
   228 version
   234 version
   229     ^ '$Header: /cvs/stx/stx/libview/ShadowView.st,v 1.25 1997-05-12 19:38:30 cg Exp $'
   235     ^ '$Header: /cvs/stx/stx/libview/ShadowView.st,v 1.26 1998-07-27 10:15:11 cg Exp $'
   230 ! !
   236 ! !