PopUpView.st
changeset 506 9c67d5232519
parent 493 736384460102
child 523 2de6065d37c8
--- a/PopUpView.st	Wed Mar 06 16:40:04 1996 +0100
+++ b/PopUpView.st	Wed Mar 06 16:48:58 1996 +0100
@@ -11,7 +11,7 @@
 "
 
 TopView subclass:#PopUpView
-	instanceVariableNames:'shadowView haveControl exclusivePointer'
+	instanceVariableNames:'shadowView haveControl exclusivePointer mapTime'
 	classVariableNames:'DefaultShadow DefaultLevel DefaultBorderWidth DefaultBorderColor'
 	poolDictionaries:''
 	category:'Views-Basic'
@@ -306,5 +306,5 @@
 !PopUpView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/PopUpView.st,v 1.23 1996-03-04 22:44:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/PopUpView.st,v 1.24 1996-03-06 15:48:58 cg Exp $'
 ! !