# HG changeset patch # User Claus Gittinger # Date 1462923022 -7200 # Node ID b827e7fa865774078a43b78e38238df9a0906452 # Parent 9a42d2d7ff0516cc1e5ee87db20f1576756ab1e7 #DOCUMENTATION by cg class: FlyByWindowInformation comment/format in: #toolTipFollowsMouse diff -r 9a42d2d7ff05 -r b827e7fa8657 FlyByWindowInformation.st --- 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 ! !