FlyByWindowInformation.st
changeset 3058 d7792b7a50b7
parent 2943 e7d181ac8f06
child 3065 311d632319d9
equal deleted inserted replaced
3057:6a88cbfa2c3c 3058:d7792b7a50b7
   284     "Modified: / 12-11-2010 / 11:54:59 / cg"
   284     "Modified: / 12-11-2010 / 11:54:59 / cg"
   285 ! !
   285 ! !
   286 
   286 
   287 !FlyByWindowInformation methodsFor:'private'!
   287 !FlyByWindowInformation methodsFor:'private'!
   288 
   288 
       
   289 activeHelpViewForApplication:applicationOrNil text:helpText onDevice:aDevice
       
   290     ^ (ActiveHelpView for:helpText onDevice:aDevice) shapeStyle:nil.
       
   291 !
       
   292 
   289 handleMouseIn:aView x:x y:y
   293 handleMouseIn:aView x:x y:y
   290     finished == true ifTrue:[^ self].
   294     finished == true ifTrue:[^ self].
   291     super handleMouseIn:aView x:x y:y
   295     super handleMouseIn:aView x:x y:y
   292 !
   296 !
   293 
   297