UIHelpTool.st
changeset 2127 e629b1f6c81b
parent 2069 3db21bf80a51
child 2665 b26986ad5ab9
equal deleted inserted replaced
2126:312bad3ba846 2127:e629b1f6c81b
     7  inclusion of the above copyright notice.   This software may not
     7  inclusion of the above copyright notice.   This software may not
     8  be provided or otherwise made available to, or used by, any
     8  be provided or otherwise made available to, or used by, any
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 
       
    13 "{ Package: 'stx:libtool2' }"
    12 "{ Package: 'stx:libtool2' }"
    14 
    13 
    15 ResourceSpecEditor subclass:#UIHelpTool
    14 ResourceSpecEditor subclass:#UIHelpTool
    16 	instanceVariableNames:'classItemList classItemModel keyItemModel helpTextView
    15 	instanceVariableNames:'classItemList classItemModel keyItemModel helpTextView
    17 		modifiedHolder contentsModifiedChannel editModel'
    16 		modifiedHolder contentsModifiedChannel editModel'
   505             submenuChannel: menuHistory
   504             submenuChannel: menuHistory
   506           )
   505           )
   507          (MenuItem
   506          (MenuItem
   508             label: 'Help'
   507             label: 'Help'
   509             translateLabel: true
   508             translateLabel: true
   510             startGroup: right
   509             startGroup: conditionalRight
   511             submenuChannel: menuHelp
   510             submenuChannel: menuHelp
   512           )
   511           )
   513          )
   512          )
   514         nil
   513         nil
   515         nil
   514         nil