FlyByWindowInformation.st
changeset 2847 65280fe44707
parent 2836 a2e82ebd3bc3
child 2939 5e2872ba0b95
--- 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$'
 ! !