diff options
| author | nyamatongwe <devnull@localhost> | 2000-09-14 01:47:27 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2000-09-14 01:47:27 +0000 |
| commit | b615d63b8bff7320c123fdc1dc486c3ff48cf6cd (patch) | |
| tree | 03242e479ad163ecd63f081fdec41bdd2e2ce4ba /include/Scintilla.iface | |
| parent | 8493d793a070ad2020c4c7a854c0c4e00034e4a4 (diff) | |
| download | scintilla-mirror-b615d63b8bff7320c123fdc1dc486c3ff48cf6cd.tar.gz | |
Markus added some more print modes.
Diffstat (limited to 'include/Scintilla.iface')
| -rw-r--r-- | include/Scintilla.iface | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index c5518c4c5..6b511ee1c 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -550,6 +550,10 @@ val SC_PRINT_NORMAL=0 val SC_PRINT_INVERTLIGHT=1 # PrintColourMode - force black text on white background for printing. val SC_PRINT_BLACKONWHITE=2 +# PrintColourMode - text stays coloured, but all background is forced to be white for printing. +val SC_PRINT_COLOURONWHITE=3 +# PrintColourMode - only the default-background is forced to be white for printing. +val SC_PRINT_COLOURONWHITEDEFAULTBG=4 # Modify colours when printing for clearer printed text. set void SetPrintColourMode=2148(int mode,) |
