PrintConverter.st
changeset 222 c51b06f6bf9a
parent 212 874afdeb380a
child 223 b65dc250db8d
equal deleted inserted replaced
221:ea942fe5dc04 222:c51b06f6bf9a
    45 
    45 
    46     Notice: this class was implemented using protocol information
    46     Notice: this class was implemented using protocol information
    47     from alpha testers - it may not be complete or compatible to
    47     from alpha testers - it may not be complete or compatible to
    48     the corresponding ST-80 class. If you encounter any incompatibilities,
    48     the corresponding ST-80 class. If you encounter any incompatibilities,
    49     please forward a note to the ST/X team.
    49     please forward a note to the ST/X team.
       
    50 
       
    51     [author:]
       
    52         Claus Gittinger
    50 "
    53 "
    51 !
    54 !
    52 
    55 
    53 examples 
    56 examples 
    54 "
    57 "
   403 ! !
   406 ! !
   404 
   407 
   405 !PrintConverter class methodsFor:'documentation'!
   408 !PrintConverter class methodsFor:'documentation'!
   406 
   409 
   407 version 
   410 version 
   408     ^ '$Header: /cvs/stx/stx/libview2/PrintConverter.st,v 1.10 1996-04-23 19:57:19 cg Exp $'
   411     ^ '$Header: /cvs/stx/stx/libview2/PrintConverter.st,v 1.11 1996-04-25 16:34:18 cg Exp $'
   409 ! !
   412 ! !