FlyByWindowInformation.st
changeset 2943 e7d181ac8f06
parent 2939 5e2872ba0b95
child 3058 d7792b7a50b7
equal deleted inserted replaced
2942:e5ab3d1211d7 2943:e7d181ac8f06
    81     self stop.
    81     self stop.
    82     ^ true
    82     ^ true
    83 !
    83 !
    84 
    84 
    85 keyPress:key x:x y:y view:aView
    85 keyPress:key x:x y:y view:aView
       
    86     <resource: #keyboard (#Escape #Return)>
       
    87 
    86     |obj objToInspect objToBrowse lcKey|
    88     |obj objToInspect objToBrowse lcKey|
    87 
    89 
    88     key == #Escape ifTrue:[
    90     key == #Escape ifTrue:[
    89         self stop.
    91         self stop.
    90         ^ true
    92         ^ true
   341 !FlyByWindowInformation class methodsFor:'documentation'!
   343 !FlyByWindowInformation class methodsFor:'documentation'!
   342 
   344 
   343 version_CVS
   345 version_CVS
   344     ^ '$Header$'
   346     ^ '$Header$'
   345 ! !
   347 ! !
       
   348