PrinterStream.st
changeset 468 7f0c61edae54
parent 456 37b86d48d290
child 569 9030f82afd08
equal deleted inserted replaced
467:10cca849db9e 468:7f0c61edae54
   474     super nextPutAll:aCollection
   474     super nextPutAll:aCollection
   475 
   475 
   476     "Modified: 10.4.1996 / 13:08:35 / cg"
   476     "Modified: 10.4.1996 / 13:08:35 / cg"
   477 !
   477 !
   478 
   478 
       
   479 nextPutLine:aCollection
       
   480     self nextPutAll:aCollection.
       
   481     self cr
       
   482 
       
   483     "Created: 3.1.1997 / 19:43:56 / cg"
       
   484 !
       
   485 
   479 nextPutUntranslated:aCharacter
   486 nextPutUntranslated:aCharacter
   480     "send a raw character to the printer - even if not in native mode"
   487     "send a raw character to the printer - even if not in native mode"
   481 
   488 
   482     super nextPut:aCharacter
   489     super nextPut:aCharacter
   483 
   490 
   764 ! !
   771 ! !
   765 
   772 
   766 !PrinterStream class methodsFor:'documentation'!
   773 !PrinterStream class methodsFor:'documentation'!
   767 
   774 
   768 version
   775 version
   769     ^ '$Header: /cvs/stx/stx/libbasic2/PrinterStream.st,v 1.45 1996-11-06 14:40:45 cg Exp $'
   776     ^ '$Header: /cvs/stx/stx/libbasic2/PrinterStream.st,v 1.46 1997-01-03 18:48:44 cg Exp $'
   770 ! !
   777 ! !
   771 PrinterStream initialize!
   778 PrinterStream initialize!