diff options
| author | nyamatongwe <unknown> | 2000-07-01 13:00:10 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2000-07-01 13:00:10 +0000 |
| commit | b8437f1b16d52c6af556aec801d379276485e593 (patch) | |
| tree | 01df7e91a2d3f93a19cbe1dd79403a35c88e1382 | |
| parent | 1051d4be18e683d665024efa31e4d230a94a48dc (diff) | |
| download | scintilla-mirror-b8437f1b16d52c6af556aec801d379276485e593.tar.gz | |
Added messages for print magnification and print light inverted.
| -rw-r--r-- | include/Scintilla.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h index 61c393324..be1230821 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -236,6 +236,10 @@ void Scintilla_RegisterClasses(HINSTANCE hInstance); #define SCI_GETSELECTIONSTART SCI_START + 143 #define SCI_SETSELECTIONEND SCI_START + 144 #define SCI_GETSELECTIONEND SCI_START + 145 +#define SCI_SETPRINTMAGNIFICATION SCI_START + 146 +#define SCI_GETPRINTMAGNIFICATION SCI_START + 147 +#define SCI_SETPRINTINVERTLIGHT SCI_START + 148 +#define SCI_GETPRINTINVERTLIGHT SCI_START + 149 #define SCI_CALLTIPSHOW SCI_START + 200 #define SCI_CALLTIPCANCEL SCI_START + 201 |
