DObject.st
changeset 99 a656b0c9dd21
parent 96 948318b2fbd4
child 114 e577a2f332d0
equal deleted inserted replaced
98:ab8ed9e213d0 99:a656b0c9dd21
    15        classVariableNames:''
    15        classVariableNames:''
    16        poolDictionaries:''
    16        poolDictionaries:''
    17        category:'Graphics-Display Objects'
    17        category:'Graphics-Display Objects'
    18 !
    18 !
    19 
    19 
    20 DisplayObject comment:'
       
    21 COPYRIGHT (c) 1989 by Claus Gittinger
       
    22 	      All Rights Reserved
       
    23 
       
    24 $Header: /cvs/stx/stx/libview2/Attic/DObject.st,v 1.11 1995-08-29 17:43:29 claus Exp $
       
    25 '!
       
    26 
       
    27 !DisplayObject class methodsFor:'documentation'!
    20 !DisplayObject class methodsFor:'documentation'!
    28 
    21 
    29 copyright
    22 copyright
    30 "
    23 "
    31  COPYRIGHT (c) 1989 by Claus Gittinger
    24  COPYRIGHT (c) 1989 by Claus Gittinger
    40 "
    33 "
    41 !
    34 !
    42 
    35 
    43 version
    36 version
    44 "
    37 "
    45 $Header: /cvs/stx/stx/libview2/Attic/DObject.st,v 1.11 1995-08-29 17:43:29 claus Exp $
    38 $Header: /cvs/stx/stx/libview2/Attic/DObject.st,v 1.12 1995-08-30 17:53:47 claus Exp $
    46 "
    39 "
    47 !
    40 !
    48 
    41 
    49 documentation
    42 documentation
    50 "
    43 "