InspectorView.st
changeset 5845 c7a4a4cd352b
parent 5698 4dce0f4779e5
child 5881 ef6791c315ab
equal deleted inserted replaced
5844:11812dd2d7d6 5845:c7a4a4cd352b
     1 "{ Encoding: utf8 }"
       
     2 
       
     3 "
     1 "
     4  COPYRIGHT (c) 1989 by Claus Gittinger
     2  COPYRIGHT (c) 1989 by Claus Gittinger
     5 	      All Rights Reserved
     3 	      All Rights Reserved
     6 
     4 
     7  This software is furnished under a license and may be used
     5  This software is furnished under a license and may be used
   307 !
   305 !
   308 
   306 
   309 label:aString
   307 label:aString
   310     "set the fieldListLabel - obsolete; collides with inherited label-functionality"
   308     "set the fieldListLabel - obsolete; collides with inherited label-functionality"
   311 
   309 
       
   310     <resource:#obsolete>
   312     self obsoleteMethodWarning:'use fieldListLabel:'.
   311     self obsoleteMethodWarning:'use fieldListLabel:'.
   313     self fieldListLabel:aString.
   312     self fieldListLabel:aString.
   314     super label:aString.
   313     super label:aString.
   315 
   314 
   316     "Created: 28.6.1996 / 15:30:26 / cg"
   315     "Created: 28.6.1996 / 15:30:26 / cg"
  1727 ! !
  1726 ! !
  1728 
  1727 
  1729 !InspectorView class methodsFor:'documentation'!
  1728 !InspectorView class methodsFor:'documentation'!
  1730 
  1729 
  1731 version
  1730 version
  1732     ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.150 2004-03-12 12:22:29 penk Exp $'
  1731     ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.151 2004-05-13 18:59:38 stefan Exp $'
  1733 ! !
  1732 ! !