TabListEditor.st
changeset 3809 4f210d7fe0cb
parent 3749 c10fb49af42b
child 3835 08f1102b4a82
equal deleted inserted replaced
3808:f7777887c17c 3809:4f210d7fe0cb
       
     1 "{ Encoding: utf8 }"
       
     2 
     1 "
     3 "
     2  COPYRIGHT (c) 1997 by eXept Software AG
     4  COPYRIGHT (c) 1997 by eXept Software AG
     3               All Rights Reserved
     5               All Rights Reserved
     4 
     6 
     5  This software is furnished under a license and may be used
     7  This software is furnished under a license and may be used
  1721     "Modified: / 28-01-2014 / 21:56:54 / cg"
  1723     "Modified: / 28-01-2014 / 21:56:54 / cg"
  1722     "Modified: / 11-08-2018 / 18:52:00 / Claus Gittinger"
  1724     "Modified: / 11-08-2018 / 18:52:00 / Claus Gittinger"
  1723 !
  1725 !
  1724 
  1726 
  1725 openDocumentation
  1727 openDocumentation
  1726    self openHTMLDocument:'tools/uipainter/TabListEditor.html'.
  1728     "Called when <F1> is pressed"
       
  1729 
       
  1730     self openHTMLDocument:'tools/uipainter/TabListEditor.html'.
  1727 ! !
  1731 ! !
  1728 
  1732 
  1729 !TabListEditor class methodsFor:'documentation'!
  1733 !TabListEditor class methodsFor:'documentation'!
  1730 
  1734 
  1731 version
  1735 version