#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Thu, 05 May 2016 18:38:29 +0200
changeset 7335 c3c790dc651e
parent 7329 72f93ee8904e
child 7336 14cd48df32ee
#DOCUMENTATION by cg class: TopView comment/format in: #flyByHelpDependsOnPositionIn: #showHelp:for:
TopView.st
--- a/TopView.st	Tue May 03 15:09:31 2016 +0200
+++ b/TopView.st	Thu May 05 18:38:29 2016 +0200
@@ -715,7 +715,11 @@
 
 flyByHelpDependsOnPositionIn:aView
     "subclasses where the help-text depends upon the pointer position might
-     want to redefine this"
+     want to redefine this. 
+     If true is returned, the tooltip-process will monitor mouse movements and
+     ask for the help text again. 
+     If false is returned (the default here), it will only look at
+     mouse-enter/leave time."
 
     ^ false
 ! !
@@ -738,7 +742,7 @@
 
 showHelp:aHelpText for:aView
     "dummy - added in case a regular topView is installed
-     as a dialogs masterApplication.
+     as a dialog's masterApplication.
      Concrete application subclasses may redefine this to
      display a help text in one of its message areas"
 ! !