HierarchicalItemWithLabel.st
changeset 4944 a7083d2ef305
parent 4698 343fabb3def9
equal deleted inserted replaced
4942:30601a555791 4944:a7083d2ef305
    34  other person.  No title to or ownership of the software is
    34  other person.  No title to or ownership of the software is
    35  hereby transferred.
    35  hereby transferred.
    36 "
    36 "
    37 ! !
    37 ! !
    38 
    38 
       
    39 !HierarchicalItemWithLabel class methodsFor:'instance creation'!
       
    40 
       
    41 label:aLabel
       
    42     ^ self new label:aLabel
       
    43 ! !
       
    44 
    39 !HierarchicalItemWithLabel methodsFor:'accessing'!
    45 !HierarchicalItemWithLabel methodsFor:'accessing'!
    40 
    46 
    41 label
    47 label
    42     ^ label
    48     ^ label
    43 !
    49 !
    54 ! !
    60 ! !
    55 
    61 
    56 !HierarchicalItemWithLabel class methodsFor:'documentation'!
    62 !HierarchicalItemWithLabel class methodsFor:'documentation'!
    57 
    63 
    58 version
    64 version
    59     ^ '$Header: /cvs/stx/stx/libwidg2/HierarchicalItemWithLabel.st,v 1.3 2015-01-29 17:55:03 cg Exp $'
    65     ^ '$Header$'
    60 ! !
    66 ! !
    61 
    67