Last change
on this file was
2,
checked in by oldcode, 24 years ago
|
Initial revision
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1.1 KB
|
Line | |
---|
1 | #ifndef awt_asciiprint_hxx_included |
---|
2 | #define awt_asciiprint_hxx_included |
---|
3 | |
---|
4 | |
---|
5 | #define AWAR_APRINT "tmp/aprint/" |
---|
6 | #define AWAR_APRINT_TITLE AWAR_APRINT "title" |
---|
7 | #define AWAR_APRINT_TEXT AWAR_APRINT "text" |
---|
8 | #define AWAR_APRINT_PAPER_SIZE AWAR_APRINT "paper_size" |
---|
9 | #define AWAR_APRINT_MAGNIFICATION AWAR_APRINT "magnification" |
---|
10 | #define AWAR_APRINT_SX AWAR_APRINT "source_coloumns" |
---|
11 | #define AWAR_APRINT_SY AWAR_APRINT "source_rows" |
---|
12 | #define AWAR_APRINT_DX AWAR_APRINT "dest_cols" |
---|
13 | #define AWAR_APRINT_DY AWAR_APRINT "dest_rows" |
---|
14 | #define AWAR_APRINT_ORIENTATION AWAR_APRINT "orientation" |
---|
15 | #define AWAR_APRINT_PAGES AWAR_APRINT "pages" |
---|
16 | #define AWAR_APRINT_PRINTTO AWAR_APRINT "printto" |
---|
17 | #define AWAR_APRINT_PRINTER AWAR_APRINT "printer" |
---|
18 | #define AWAR_APRINT_FILE AWAR_APRINT "file" |
---|
19 | |
---|
20 | |
---|
21 | enum AWT_asciiprint_orientation { |
---|
22 | AWT_APRINT_ORIENTATION_PORTRAIT, |
---|
23 | AWT_APRINT_ORIENTATION_LANDSCAPE, |
---|
24 | AWT_APRINT_ORIENTATION_DOUBLE_PORTRAIT |
---|
25 | }; |
---|
26 | |
---|
27 | |
---|
28 | enum AWT_asciiprint_paper_size { |
---|
29 | AWT_APRINT_PAPERSIZE_A4, |
---|
30 | AWT_APRINT_PAPERSIZE_US |
---|
31 | }; |
---|
32 | |
---|
33 | enum AWT_asciiprint_destination { |
---|
34 | AWT_APRINT_DEST_PRINTER, |
---|
35 | AWT_APRINT_DEST_FILE, |
---|
36 | AWT_APRINT_DEST_AFILE, |
---|
37 | AWT_APRINT_DEST_PREVIEW |
---|
38 | }; |
---|
39 | |
---|
40 | |
---|
41 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.