FlyByWindowInformation.st
changeset 2587 81f38cd168a7
parent 2543 7ad308542625
child 2699 22dd96b4e37f
equal deleted inserted replaced
2586:21543455e209 2587:81f38cd168a7
       
     1 "
       
     2  COPYRIGHT (c) 2008 by eXept Software AG
       
     3               All Rights Reserved
       
     4 
       
     5  This software is furnished under a license and may be used
       
     6  only in accordance with the terms of that license and with the
       
     7  inclusion of the above copyright notice.   This software may not
       
     8  be provided or otherwise made available to, or used by, any
       
     9  other person.  No title to or ownership of the software is
       
    10  hereby transferred.
       
    11 "
     1 "{ Package: 'stx:libtool2' }"
    12 "{ Package: 'stx:libtool2' }"
     2 
    13 
     3 FlyByHelp subclass:#FlyByWindowInformation
    14 FlyByHelp subclass:#FlyByWindowInformation
     4 	instanceVariableNames:'lastApplication lastView cleanupAction finishSemaphore'
    15 	instanceVariableNames:'lastApplication lastView cleanupAction finishSemaphore'
     5 	classVariableNames:''
    16 	classVariableNames:''
     6 	poolDictionaries:''
    17 	poolDictionaries:''
     7 	category:'Interface-Help'
    18 	category:'Interface-Help'
     8 !
    19 !
     9 
    20 
    10 !FlyByWindowInformation class methodsFor:'documentation'!
    21 !FlyByWindowInformation class methodsFor:'documentation'!
       
    22 
       
    23 copyright
       
    24 "
       
    25  COPYRIGHT (c) 2008 by eXept Software AG
       
    26               All Rights Reserved
       
    27 
       
    28  This software is furnished under a license and may be used
       
    29  only in accordance with the terms of that license and with the
       
    30  inclusion of the above copyright notice.   This software may not
       
    31  be provided or otherwise made available to, or used by, any
       
    32  other person.  No title to or ownership of the software is
       
    33  hereby transferred.
       
    34 "
       
    35 !
    11 
    36 
    12 examples
    37 examples
    13 "
    38 "
    14     self shownInformationOfViewUnderMouseUntilButtonIsPressed
    39     self shownInformationOfViewUnderMouseUntilButtonIsPressed
    15 "
    40 "
   198 
   223 
   199 !FlyByWindowInformation class methodsFor:'documentation'!
   224 !FlyByWindowInformation class methodsFor:'documentation'!
   200 
   225 
   201 version
   226 version
   202     ^ '$Header$'
   227     ^ '$Header$'
   203 ! !
   228 !
       
   229 
       
   230 version_CVS
       
   231     ^ '$Header$'
       
   232 ! !