FlyByWindowInformation.st
changeset 2847 65280fe44707
parent 2836 a2e82ebd3bc3
child 2939 5e2872ba0b95
equal deleted inserted replaced
2846:9d025aa9921a 2847:65280fe44707
    78 !
    78 !
    79 
    79 
    80 buttonPress:button x:x y:y view:aView
    80 buttonPress:button x:x y:y view:aView
    81     self stop.
    81     self stop.
    82     ^ true
    82     ^ true
    83 !
       
    84 
       
    85 handleMouseIn:aView x:x y:y
       
    86     finished == true ifTrue:[^ self].
       
    87     super handleMouseIn:aView x:x y:y
       
    88 !
    83 !
    89 
    84 
    90 keyPress:key x:x y:y view:aView
    85 keyPress:key x:x y:y view:aView
    91     |obj objToInspect objToBrowse lcKey|
    86     |obj objToInspect objToBrowse lcKey|
    92 
    87 
   281     "Modified: / 12-11-2010 / 11:54:59 / cg"
   276     "Modified: / 12-11-2010 / 11:54:59 / cg"
   282 ! !
   277 ! !
   283 
   278 
   284 !FlyByWindowInformation methodsFor:'private'!
   279 !FlyByWindowInformation methodsFor:'private'!
   285 
   280 
       
   281 handleMouseIn:aView x:x y:y
       
   282     finished == true ifTrue:[^ self].
       
   283     super handleMouseIn:aView x:x y:y
       
   284 !
       
   285 
   286 targetViewInitiatesHelpViaSensor
   286 targetViewInitiatesHelpViaSensor
   287     ^ false
   287     ^ false
   288 ! !
   288 ! !
   289 
   289 
   290 !FlyByWindowInformation methodsFor:'queries'!
   290 !FlyByWindowInformation methodsFor:'queries'!
   332     finishSemaphore wait.
   332     finishSemaphore wait.
   333 ! !
   333 ! !
   334 
   334 
   335 !FlyByWindowInformation class methodsFor:'documentation'!
   335 !FlyByWindowInformation class methodsFor:'documentation'!
   336 
   336 
   337 version
       
   338     ^ '$Header$'
       
   339 !
       
   340 
       
   341 version_CVS
   337 version_CVS
   342     ^ '$Header$'
   338     ^ '$Header$'
   343 ! !
   339 ! !