Label.st
changeset 174 d80a6cc3f9b2
parent 162 1c68705a8903
child 179 f17806f9d8ed
equal deleted inserted replaced
173:67654ab0d85b 174:d80a6cc3f9b2
    19 	 classVariableNames:'DefaultFont DefaultForegroundColor DefaultBackgroundColor'
    19 	 classVariableNames:'DefaultFont DefaultForegroundColor DefaultBackgroundColor'
    20 	 poolDictionaries:''
    20 	 poolDictionaries:''
    21 	 category:'Views-Layout'
    21 	 category:'Views-Layout'
    22 !
    22 !
    23 
    23 
    24 Label comment:'
       
    25 COPYRIGHT (c) 1989 by Claus Gittinger
       
    26 	      All Rights Reserved
       
    27 
       
    28 $Header: /cvs/stx/stx/libwidg/Label.st,v 1.32 1995-09-18 10:38:42 claus Exp $
       
    29 '!
       
    30 
       
    31 !Label class methodsFor:'documentation'!
    24 !Label class methodsFor:'documentation'!
    32 
    25 
    33 copyright
    26 copyright
    34 "
    27 "
    35  COPYRIGHT (c) 1989 by Claus Gittinger
    28  COPYRIGHT (c) 1989 by Claus Gittinger
    43  hereby transferred.
    36  hereby transferred.
    44 "
    37 "
    45 !
    38 !
    46 
    39 
    47 version
    40 version
    48 "
    41     ^ '$Header: /cvs/stx/stx/libwidg/Label.st,v 1.33 1995-11-11 16:20:54 cg Exp $'
    49 $Header: /cvs/stx/stx/libwidg/Label.st,v 1.32 1995-09-18 10:38:42 claus Exp $
       
    50 "
       
    51 !
    42 !
    52 
    43 
    53 documentation
    44 documentation
    54 "
    45 "
    55     This class implements labels, which are views to display a string or image.
    46     This class implements labels, which are views to display a string or image.