#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Tue, 16 Jan 2018 22:13:49 +0100
changeset 5679 de4be2a8d9f1
parent 5678 81c653d39f49
child 5680 48cf8714352b
#OTHER by cg big refactoring: replaced all flyByHelpXXX sends and implementations by helpXXX. This should remove the confusion on where the tooltips should be stored and which methods need to be redefined. ATTENTION: May introduce temporary inconveniences until all other applications (in exept:xxx packages) are changed.
NoteBookView.st
--- a/NoteBookView.st	Tue Jan 16 22:13:44 2018 +0100
+++ b/NoteBookView.st	Tue Jan 16 22:13:49 2018 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1997 by eXept Software AG
               All Rights Reserved
@@ -2318,10 +2316,6 @@
 
 !NoteBookView methodsFor:'help'!
 
-flyByHelpTextAt:srcPoint
-    ^ self helpTextAt:srcPoint
-!
-
 helpText
     "return the helpText for the currently selected item (empty if none)"