ksh: fix up shipin for more modern systems WRT test and wc
[oweals/cde.git] / cde / examples / dtprint / README.txt
1 /* $XConsortium: README.txt /main/3 1996/07/15 14:00:43 drk $ */
2 -*- text -*-
3
4 OVERVIEW
5
6     This directory contains example source demonstrating application
7     printing using the X Print Service, the Motif printing functions,
8     and the DtPrintSetupBox widget.
9
10 FILES
11
12     Main.c
13         Contains main(), etc.
14
15     Print.c
16         Contains printing callbacks and functions that are
17         conceptually application-independent.
18
19     MainWindow.c
20         Creates a simple top-level main window.
21             
22     PrintDemo.h
23         Contains declarations exported by Main, Print, and MainWindow.
24
25     AppSpecific.[ch]
26         Contains application-specific logic.
27
28     Imakefile
29         For use within the CDEnext build tree.
30
31 USAGE
32
33     dtprint [-fileName <filename>] [-print]
34
35     where:
36
37         -fileName <filename> is application-specific data to print.
38
39         -print indicates that the application should perform the print
40         operation, then exit when printing is complete. This option is
41         used for "Print" actions.
42
43 STATUS (12/4/95)
44
45     What the demo currently *can* do:
46
47         The demo currently demostrates how an application that prints
48         using the X Print Service can incorporate the DtPrintSetupBox
49         to be used with a "Print..." menu button, a "Quick-Print"
50         toolbar button, or a "-print" option intended for use within a
51         "Print" action for an application-specific data type.
52
53         The demo can establish connections to X print servers.
54
55         The demo recognizes the XPRINTER environment variable and the
56         XpServerList and XpPrinterNameMode resources. 
57
58     What the demo currently *does not* do:
59
60         The demo does not actally print at this time.
61
62         Printing where no video display is available is not
63         demonstrated at this time. This mode will conceivably be used
64         for batch printing.
65
66         Print rendering in a separate process is not implemented.
67
68         The demo currently does not recognize LPDEST, PRINTER,
69         PDPRINTER, or XpPrinter.
70