DependentPart.st
changeset 1789 f52f0a0d8448
parent 365 47e0d48fd769
child 3855 1db7742d33ad
equal deleted inserted replaced
1788:7edafbabe844 1789:f52f0a0d8448
       
     1 "{ Package: 'stx:libview2' }"
       
     2 
     1 VisualPart subclass:#DependentPart
     3 VisualPart subclass:#DependentPart
     2 	instanceVariableNames:'model'
     4 	instanceVariableNames:'model'
     3 	classVariableNames:''
     5 	classVariableNames:''
     4 	poolDictionaries:''
     6 	poolDictionaries:''
     5 	category:'Graphics-Display Objects'
     7 	category:'Compatibility-ST80-Graphics-Display Objects'
     6 !
     8 !
     7 
     9 
     8 !DependentPart class methodsFor:'documentation'!
    10 !DependentPart class methodsFor:'documentation'!
     9 
    11 
    10 documentation
    12 documentation
    57 ! !
    59 ! !
    58 
    60 
    59 !DependentPart class methodsFor:'documentation'!
    61 !DependentPart class methodsFor:'documentation'!
    60 
    62 
    61 version
    63 version
    62     ^ '$Header: /cvs/stx/stx/libview2/DependentPart.st,v 1.2 1997-01-14 17:02:04 cg Exp $'
    64     ^ '$Header: /cvs/stx/stx/libview2/DependentPart.st,v 1.3 2003-08-18 12:13:35 cg Exp $'
    63 ! !
    65 ! !