checkin from browser
authorClaus Gittinger <cg@exept.de>
Fri, 22 Oct 1999 17:39:01 +0200
changeset 2038 065ced8a481f
parent 2037 3d3eebdbed6c
child 2039 ad9313ab0151
checkin from browser
PopUpMenu.st
--- a/PopUpMenu.st	Thu Oct 14 16:17:37 1999 +0200
+++ b/PopUpMenu.st	Fri Oct 22 17:39:01 1999 +0200
@@ -1215,6 +1215,16 @@
     "Modified: 25.2.1997 / 22:11:53 / cg"
 ! !
 
+!PopUpMenu methodsFor:'dummy'!
+
+findGuiResourcesIn:aResourceContainerOrApplication
+    "dummy - for compatibility with MenuPanel (in case an old-style
+     PopUpMenu us returned from a menu message)
+    "
+
+
+! !
+
 !PopUpMenu methodsFor:'event handling'!
 
 buttonMotion:state x:x y:y
@@ -1507,5 +1517,5 @@
 !PopUpMenu class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/PopUpMenu.st,v 1.79 1999-04-24 12:02:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/PopUpMenu.st,v 1.80 1999-10-22 15:39:01 cg Exp $'
 ! !