checkin from browser
authorClaus Gittinger <cg@exept.de>
Fri, 20 Jul 2001 19:17:03 +0200
changeset 1485 54e215f2e816
parent 1484 f25e9b6f8edd
child 1486 251879696655
checkin from browser
ActiveHelpView.st
--- a/ActiveHelpView.st	Fri Jul 20 14:20:57 2001 +0200
+++ b/ActiveHelpView.st	Fri Jul 20 19:17:03 2001 +0200
@@ -12,6 +12,8 @@
 
 
 
+"{ Package: 'stx:libview2' }"
+
 View subclass:#ActiveHelpView
 	instanceVariableNames:'myView shapeStyle'
 	classVariableNames:''
@@ -188,7 +190,7 @@
     self computeShape.
     self enableMotionEvents.
     self enableButtonMotionEvents.
-    super open
+    super realize
 ! !
 
 !ActiveHelpView methodsFor:'private'!
@@ -333,5 +335,5 @@
 !ActiveHelpView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ActiveHelpView.st,v 1.23 1999-10-27 11:45:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ActiveHelpView.st,v 1.24 2001-07-20 17:17:03 cg Exp $'
 ! !