DoWhatIMeanSupport.st
changeset 3667 acb358ca4b0b
parent 3660 5b165ed81191
child 3680 1e79e8081859
equal deleted inserted replaced
3666:4a4e9dae4017 3667:acb358ca4b0b
    38 "
    38 "
    39     misc collected UI support (functional)
    39     misc collected UI support (functional)
    40     These used to be in the Smalltalk and SystemBrowser class; 
    40     These used to be in the Smalltalk and SystemBrowser class; 
    41     however, they are only needed for programmers, and some of the stuff is useful in multiple
    41     however, they are only needed for programmers, and some of the stuff is useful in multiple
    42     places. 
    42     places. 
    43     Therefore is is:
    43     Therefore it is:
    44         1) not needed for standalone executables
    44         1) not needed for standalone executables
    45         2) published here to avoid multiple implementations
    45         2) published here to avoid multiple implementations
    46 
    46 
    47     [author:]
    47     [author:]
    48         Claus Gittinger (cg@exept.de)
    48         Claus Gittinger (cg@exept.de)
  1774 ! !
  1774 ! !
  1775 
  1775 
  1776 !DoWhatIMeanSupport class methodsFor:'documentation'!
  1776 !DoWhatIMeanSupport class methodsFor:'documentation'!
  1777 
  1777 
  1778 version
  1778 version
  1779     ^ '$Header: /cvs/stx/stx/libwidg2/DoWhatIMeanSupport.st,v 1.50 2009-03-09 13:34:37 cg Exp $'
  1779     ^ '$Header: /cvs/stx/stx/libwidg2/DoWhatIMeanSupport.st,v 1.51 2009-03-13 18:14:59 cg Exp $'
  1780 ! !
  1780 ! !