TopView.st
changeset 4992 f5ad380a9967
parent 4982 d7f559496984
child 5059 0b3c75d7dbad
--- a/TopView.st	Fri Jul 11 17:24:47 2008 +0200
+++ b/TopView.st	Sat Jul 12 17:23:28 2008 +0200
@@ -596,6 +596,15 @@
     "Modified: / 05-11-2007 / 12:11:17 / cg"
 ! !
 
+!TopView methodsFor:'help'!
+
+flyByHelpDependsOnPositionIn:aView
+    "subclasses where the help-text depends upon the pointer position might
+     want to redefine this"
+
+    ^ false
+! !
+
 !TopView methodsFor:'help stubs'!
 
 flyByHelpTextFor:aSubView
@@ -1339,7 +1348,7 @@
 !TopView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.121 2008-06-27 08:42:16 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.122 2008-07-12 15:23:28 cg Exp $'
 ! !
 
 TopView initialize!