PopUpView.st
changeset 3179 7bc06fd99d81
parent 3154 2c9c64a64c20
child 3219 9197f5be48d1
--- a/PopUpView.st	Sat Feb 12 16:34:44 2000 +0100
+++ b/PopUpView.st	Sat Feb 12 16:36:35 2000 +0100
@@ -131,7 +131,7 @@
     shadowView := nil
 ! !
 
-!PopUpView methodsFor:'activation'!
+!PopUpView methodsFor:'activation / deactivation'!
 
 open
     "default for popUpViews is to come up modal"
@@ -446,5 +446,5 @@
 !PopUpView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/PopUpView.st,v 1.44 2000-01-26 14:15:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/PopUpView.st,v 1.45 2000-02-12 15:36:35 cg Exp $'
 ! !