Jon Trulson 65cedf8dfd Remove remaining Imakefiles, tmpls, and the delete-later dir 2 vuotta sitten
..
AppSpecific.c 1fe5a550b2 Fix typo in license headers 6 vuotta sitten
AppSpecific.h 1fe5a550b2 Fix typo in license headers 6 vuotta sitten
Dtprint.ad 83b6996daa Initial import of the CDE 2.1.30 sources from the Open Group. 12 vuotta sitten
Main.c 1fe5a550b2 Fix typo in license headers 6 vuotta sitten
MainWindow.c 1fe5a550b2 Fix typo in license headers 6 vuotta sitten
Print.c 1fe5a550b2 Fix typo in license headers 6 vuotta sitten
PrintDemo.h 1fe5a550b2 Fix typo in license headers 6 vuotta sitten
README.txt 83b6996daa Initial import of the CDE 2.1.30 sources from the Open Group. 12 vuotta sitten

README.txt

/* $XConsortium: README.txt /main/3 1996/07/15 14:00:43 drk $ */
-*- text -*-

OVERVIEW

This directory contains example source demonstrating application
printing using the X Print Service, the Motif printing functions,
and the DtPrintSetupBox widget.

FILES

Main.c
Contains main(), etc.

Print.c
Contains printing callbacks and functions that are
conceptually application-independent.

MainWindow.c
Creates a simple top-level main window.

PrintDemo.h
Contains declarations exported by Main, Print, and MainWindow.

AppSpecific.[ch]
Contains application-specific logic.

Imakefile
For use within the CDEnext build tree.

USAGE

dtprint [-fileName ] [-print]

where:

-fileName is application-specific data to print.

-print indicates that the application should perform the print
operation, then exit when printing is complete. This option is
used for "Print" actions.

STATUS (12/4/95)

What the demo currently *can* do:

The demo currently demostrates how an application that prints
using the X Print Service can incorporate the DtPrintSetupBox
to be used with a "Print..." menu button, a "Quick-Print"
toolbar button, or a "-print" option intended for use within a
"Print" action for an application-specific data type.

The demo can establish connections to X print servers.

The demo recognizes the XPRINTER environment variable and the
XpServerList and XpPrinterNameMode resources.

What the demo currently *does not* do:

The demo does not actally print at this time.

Printing where no video display is available is not
demonstrated at this time. This mode will conceivably be used
for batch printing.

Print rendering in a separate process is not implemented.

The demo currently does not recognize LPDEST, PRINTER,
PDPRINTER, or XpPrinter.