PrinterStream.st
changeset 627 8003af47744a
parent 571 191b37534643
child 751 5f8d228a48fd
equal deleted inserted replaced
626:3485b60b6a70 627:8003af47744a
    15 	classVariableNames:''
    15 	classVariableNames:''
    16 	poolDictionaries:''
    16 	poolDictionaries:''
    17 	category:'Streams-External'
    17 	category:'Streams-External'
    18 !
    18 !
    19 
    19 
    20 PrinterStream class instanceVariableNames:'PrintCommand DefaultCommands PageFormat DefaultPageFormats Landscape PrintDevice DefaultDevices'
    20 PrinterStream class instanceVariableNames:'PrintCommand DefaultCommands PageFormat DefaultPageFormats Landscape
       
    21 	PrintDevice DefaultDevices'
       
    22 
       
    23 "
       
    24  The following class instance variables are inherited by this class:
       
    25 
       
    26 	PipeStream - 
       
    27 	NonPositionableExternalStream - 
       
    28 	ExternalStream - 
       
    29 	ReadWriteStream - 
       
    30 	WriteStream - 
       
    31 	PositionableStream - 
       
    32 	PeekableStream - 
       
    33 	Stream - 
       
    34 	Object - 
       
    35 "
    21 !
    36 !
    22 
    37 
    23 !PrinterStream class methodsFor:'documentation'!
    38 !PrinterStream class methodsFor:'documentation'!
    24 
    39 
    25 copyright
    40 copyright
   766     ^ true
   781     ^ true
   767 
   782 
   768     "Created: 3.6.1996 / 12:06:21 / cg"
   783     "Created: 3.6.1996 / 12:06:21 / cg"
   769 !
   784 !
   770 
   785 
       
   786 landscape
       
   787     ^ self class landscape
       
   788 
       
   789     "Modified: 3.6.1996 / 10:27:45 / cg"
       
   790     "Created: 5.9.1996 / 21:38:23 / cg"
       
   791 !
       
   792 
   771 leftMargin
   793 leftMargin
   772     ^ self class leftMargin
   794     ^ self class leftMargin
   773 
   795 
   774     "Modified: 3.6.1996 / 10:27:45 / cg"
   796     "Modified: 3.6.1996 / 10:27:45 / cg"
   775     "Created: 5.9.1996 / 21:38:23 / cg"
   797     "Created: 5.9.1996 / 21:38:23 / cg"
   828 ! !
   850 ! !
   829 
   851 
   830 !PrinterStream class methodsFor:'documentation'!
   852 !PrinterStream class methodsFor:'documentation'!
   831 
   853 
   832 version
   854 version
   833     ^ '$Header: /cvs/stx/stx/libbasic2/PrinterStream.st,v 1.48 1997-09-20 21:52:53 cg Exp $'
   855     ^ '$Header: /cvs/stx/stx/libbasic2/PrinterStream.st,v 1.49 1998-04-01 09:57:24 ca Exp $'
   834 ! !
   856 ! !
   835 PrinterStream initialize!
   857 PrinterStream initialize!