PopUpBanner.st
changeset 1348 f2de6d0c73b6
parent 1340 6c5fdafe90a5
child 1480 b6c43e967b2a
--- a/PopUpBanner.st	Sat Feb 12 14:24:31 2000 +0100
+++ b/PopUpBanner.st	Sat Feb 12 16:36:44 2000 +0100
@@ -74,7 +74,7 @@
     ^ v
 ! !
 
-!PopUpBanner methodsFor:'activation'!
+!PopUpBanner methodsFor:'activation / deactivation'!
 
 open
     "default for popUpBanners is to come up modeless"
@@ -130,5 +130,5 @@
 !PopUpBanner class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/PopUpBanner.st,v 1.6 2000-02-07 16:20:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/PopUpBanner.st,v 1.7 2000-02-12 15:36:44 cg Exp $'
 ! !