TranslatingWrapper.st
changeset 1789 f52f0a0d8448
parent 1220 39e5e28042da
child 2663 baea7b430705
equal deleted inserted replaced
1788:7edafbabe844 1789:f52f0a0d8448
     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 "{ Package: 'stx:libview2' }"
       
    15 
    14 Wrapper subclass:#TranslatingWrapper
    16 Wrapper subclass:#TranslatingWrapper
    15 	instanceVariableNames:'origin'
    17 	instanceVariableNames:'origin'
    16 	classVariableNames:''
    18 	classVariableNames:''
    17 	poolDictionaries:''
    19 	poolDictionaries:''
    18 	category:'Graphics-Display Objects'
    20 	category:'Compatibility-ST80-Graphics-Display Objects'
    19 !
    21 !
    20 
    22 
    21 !TranslatingWrapper class methodsFor:'documentation'!
    23 !TranslatingWrapper class methodsFor:'documentation'!
    22 
    24 
    23 copyright
    25 copyright
   252 ! !
   254 ! !
   253 
   255 
   254 !TranslatingWrapper class methodsFor:'documentation'!
   256 !TranslatingWrapper class methodsFor:'documentation'!
   255 
   257 
   256 version
   258 version
   257     ^ '$Header: /cvs/stx/stx/libview2/TranslatingWrapper.st,v 1.6 1999-08-18 19:50:02 cg Exp $'
   259     ^ '$Header: /cvs/stx/stx/libview2/TranslatingWrapper.st,v 1.7 2003-08-18 12:13:42 cg Exp $'
   258 ! !
   260 ! !