FlyByWindowInformation.st
changeset 3297 b827e7fa8657
parent 3212 c973eab410cb
child 3358 4e4d637296ba
equal deleted inserted replaced
3296:9a42d2d7ff05 3297:b827e7fa8657
     1 "{ Encoding: utf8 }"
       
     2 
       
     3 "
     1 "
     4  COPYRIGHT (c) 2008 by eXept Software AG
     2  COPYRIGHT (c) 2008 by eXept Software AG
     5               All Rights Reserved
     3               All Rights Reserved
     6 
     4 
     7  This software is furnished under a license and may be used
     5  This software is furnished under a license and may be used
   324 ! !
   322 ! !
   325 
   323 
   326 !FlyByWindowInformation methodsFor:'queries'!
   324 !FlyByWindowInformation methodsFor:'queries'!
   327 
   325 
   328 toolTipFollowsMouse
   326 toolTipFollowsMouse
       
   327     "if true, the tooltip-window moves with the pointer
       
   328      so that it stays away from (does not cover) the mouse pointer"
       
   329 
   329     ^ true
   330     ^ true
   330 ! !
   331 ! !
   331 
   332 
   332 !FlyByWindowInformation methodsFor:'start & stop'!
   333 !FlyByWindowInformation methodsFor:'start & stop'!
   333 
   334