diff options
author | nyamatongwe <devnull@localhost> | 2000-07-01 13:00:10 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-07-01 13:00:10 +0000 |
commit | 1c0216fe01e45c65afaeff3dc6b9a551b0efc3ef (patch) | |
tree | 01df7e91a2d3f93a19cbe1dd79403a35c88e1382 | |
parent | 31030423de80f394ff49f8550b5e806900bfcd78 (diff) | |
download | scintilla-mirror-1c0216fe01e45c65afaeff3dc6b9a551b0efc3ef.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 |