StrokeWrpr.st
changeset 253 5b27778f470a
parent 248 266a7ec53d9f
child 254 1286cec58b5d
equal deleted inserted replaced
252:80f1ba561aab 253:5b27778f470a
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 
    12 
    13 
    13 
    14 Wrapper subclass:#StrokingWrapper
    14 GeometricWrapper subclass:#StrokingWrapper
    15 	instanceVariableNames:'lineWidth'
    15 	instanceVariableNames:'lineWidth'
    16 	classVariableNames:''
    16 	classVariableNames:''
    17 	poolDictionaries:''
    17 	poolDictionaries:''
    18 	category:'Graphics-Display Objects'
    18 	category:'Graphics-Display Objects'
    19 !
    19 !
   162 ! !
   162 ! !
   163 
   163 
   164 !StrokingWrapper class methodsFor:'documentation'!
   164 !StrokingWrapper class methodsFor:'documentation'!
   165 
   165 
   166 version
   166 version
   167     ^ '$Header: /cvs/stx/stx/libview2/Attic/StrokeWrpr.st,v 1.3 1996-05-08 23:11:08 cg Exp $'
   167     ^ '$Header: /cvs/stx/stx/libview2/Attic/StrokeWrpr.st,v 1.4 1996-05-09 08:33:21 cg Exp $'
   168 ! !
   168 ! !