category of: #handleMouseIn:x:y:
authorClaus Gittinger <cg@exept.de>
Wed, 29 Jun 2011 19:14:46 +0200
changeset 2847 65280fe44707
parent 2846 9d025aa9921a
child 2848 f11b5f5ab04e
category of: #handleMouseIn:x:y:
FlyByWindowInformation.st
--- a/FlyByWindowInformation.st	Fri Jun 24 10:46:37 2011 +0200
+++ b/FlyByWindowInformation.st	Wed Jun 29 19:14:46 2011 +0200
@@ -82,11 +82,6 @@
     ^ true
 !
 
-handleMouseIn:aView x:x y:y
-    finished == true ifTrue:[^ self].
-    super handleMouseIn:aView x:x y:y
-!
-
 keyPress:key x:x y:y view:aView
     |obj objToInspect objToBrowse lcKey|
 
@@ -283,6 +278,11 @@
 
 !FlyByWindowInformation methodsFor:'private'!
 
+handleMouseIn:aView x:x y:y
+    finished == true ifTrue:[^ self].
+    super handleMouseIn:aView x:x y:y
+!
+
 targetViewInitiatesHelpViaSensor
     ^ false
 ! !
@@ -334,10 +334,6 @@
 
 !FlyByWindowInformation class methodsFor:'documentation'!
 
-version
-    ^ '$Header$'
-!
-
 version_CVS
     ^ '$Header$'
 ! !