PopUpView.st
changeset 3884 dc9ea4cfc963
parent 3882 6b3ca3db5d31
child 3887 01f98c2951a6
equal deleted inserted replaced
3883:4e01a59afccb 3884:dc9ea4cfc963
   247     ].
   247     ].
   248 
   248 
   249 
   249 
   250 ! !
   250 ! !
   251 
   251 
   252 !PopUpView methodsFor:'initialize / release'!
   252 !PopUpView methodsFor:'initialization & release'!
   253 
   253 
   254 create
   254 create
   255     super create.
   255     super create.
   256 
   256 
   257     shadowView isNil ifTrue:[
   257     shadowView isNil ifTrue:[
   451 ! !
   451 ! !
   452 
   452 
   453 !PopUpView class methodsFor:'documentation'!
   453 !PopUpView class methodsFor:'documentation'!
   454 
   454 
   455 version
   455 version
   456     ^ '$Header: /cvs/stx/stx/libview/PopUpView.st,v 1.51 2003-05-07 14:45:12 cg Exp $'
   456     ^ '$Header: /cvs/stx/stx/libview/PopUpView.st,v 1.52 2003-05-07 15:00:12 cg Exp $'
   457 ! !
   457 ! !