UIHelpTool.st
changeset 156 b332d7117c40
parent 151 8768bf518383
child 172 10e8e0510baa
equal deleted inserted replaced
155:575239b7ad0b 156:b332d7117c40
       
     1 "
       
     2  COPYRIGHT (c) 1995 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 "
       
    12 
       
    13 
       
    14 
     1 ApplicationModel subclass:#UIHelpTool
    15 ApplicationModel subclass:#UIHelpTool
     2 	instanceVariableNames:'dictionary list model'
    16 	instanceVariableNames:'dictionary list model'
     3 	classVariableNames:''
    17 	classVariableNames:''
     4 	poolDictionaries:''
    18 	poolDictionaries:''
     5 	category:'Interface-UIPainter'
    19 	category:'Interface-UIPainter'
     6 !
    20 !
     7 
    21 
     8 !UIHelpTool class methodsFor:'documentation'!
    22 !UIHelpTool class methodsFor:'documentation'!
     9 
    23 
       
    24 copyright
       
    25 "
       
    26  COPYRIGHT (c) 1995 by eXept Software AG
       
    27               All Rights Reserved
       
    28 
       
    29  This software is furnished under a license and may be used
       
    30  only in accordance with the terms of that license and with the
       
    31  inclusion of the above copyright notice.   This software may not
       
    32  be provided or otherwise made available to, or used by, any
       
    33  other person.  No title to or ownership of the software is
       
    34  hereby transferred.
       
    35 "
       
    36 
       
    37 
       
    38 !
       
    39 
    10 documentation
    40 documentation
    11 "
    41 "
    12     used by the UIPainter to add help text to any component which will be shown
    42     used by the UIPainter to add help text to any component which will be shown
    13     during runing an application with enabled activeHelp mode.
    43     during runing an application with enabled activeHelp mode.
       
    44 
       
    45     [author:]
       
    46         Claus Atzkern
    14 "
    47 "
    15 ! !
    48 ! !
    16 
    49 
    17 !UIHelpTool class methodsFor:'help specs'!
    50 !UIHelpTool class methodsFor:'help specs'!
    18 
    51