FlyByWindowInformation.st
changeset 3297 b827e7fa8657
parent 3212 c973eab410cb
child 3358 4e4d637296ba
--- a/FlyByWindowInformation.st	Mon May 09 19:55:10 2016 +0200
+++ b/FlyByWindowInformation.st	Wed May 11 01:30:22 2016 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2008 by eXept Software AG
               All Rights Reserved
@@ -326,6 +324,9 @@
 !FlyByWindowInformation methodsFor:'queries'!
 
 toolTipFollowsMouse
+    "if true, the tooltip-window moves with the pointer
+     so that it stays away from (does not cover) the mouse pointer"
+
     ^ true
 ! !