PopUpView.st
changeset 3588 ce74b5c6953c
parent 3402 df9d1563077f
child 3882 6b3ca3db5d31
--- a/PopUpView.st	Fri Dec 14 16:05:23 2001 +0100
+++ b/PopUpView.st	Thu Jan 17 14:44:31 2002 +0100
@@ -189,6 +189,8 @@
 defaultShadow
     "obsoleted by PopUpView defaultShadowOn:aDevice"
 
+    <resource: #obsolete>
+
     self obsoleteMethodWarning.
     ^ DefaultShadow
 
@@ -451,5 +453,5 @@
 !PopUpView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/PopUpView.st,v 1.49 2001-01-23 16:32:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/PopUpView.st,v 1.50 2002-01-17 13:44:31 stefan Exp $'
 ! !