FlyByHelp.st
changeset 2518 fc1d2b481b6e
parent 2501 0f2eeb220236
child 2519 af89806c67e4
equal deleted inserted replaced
2517:35e21e2e29a6 2518:fc1d2b481b6e
    60 
    60 
    61 !FlyByHelp methodsFor:'event handling'!
    61 !FlyByHelp methodsFor:'event handling'!
    62 
    62 
    63 buttonMotion:buttonAndModifierState x:x y:y view:aView
    63 buttonMotion:buttonAndModifierState x:x y:y view:aView
    64     aView == currentHelpView ifTrue:[^ false].
    64     aView == currentHelpView ifTrue:[^ false].
    65     "/ don' t start tooltip, if this view is not active
    65     "/ don't start tooltip, if this view is not active
    66     aView topView isActive ifFalse:[^ false].
    66     "/ aView topView isActive ifFalse:[^ false].
    67 
    67 
    68     ^ super buttonMotion:buttonAndModifierState x:x y:y view:aView
    68     ^ super buttonMotion:buttonAndModifierState x:x y:y view:aView
    69 !
    69 !
    70 
    70 
    71 pointerLeave:state view:aView
    71 pointerLeave:state view:aView
   292 ! !
   292 ! !
   293 
   293 
   294 !FlyByHelp class methodsFor:'documentation'!
   294 !FlyByHelp class methodsFor:'documentation'!
   295 
   295 
   296 version
   296 version
   297     ^ '$Header: /cvs/stx/stx/libview2/FlyByHelp.st,v 1.20 2008-06-27 08:42:22 stefan Exp $'
   297     ^ '$Header: /cvs/stx/stx/libview2/FlyByHelp.st,v 1.21 2008-07-09 15:30:16 cg Exp $'
   298 ! !
   298 ! !
   299 
   299 
   300 FlyByHelp initialize!
   300 FlyByHelp initialize!