From b8437f1b16d52c6af556aec801d379276485e593 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 1 Jul 2000 13:00:10 +0000 Subject: Added messages for print magnification and print light inverted. --- include/Scintilla.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') 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 -- cgit v1.2.3