From 9cb4cca29f5535ea07f0582dad57186bae6ec474 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 21 Dec 2000 01:39:34 +0000 Subject: Patch from James for SetVisiblePolicy. --- include/Scintilla.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/Scintilla.h') diff --git a/include/Scintilla.h b/include/Scintilla.h index da41bb6bf..099f2e3b7 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -382,6 +382,9 @@ typedef long (*SciFnDirect)(long ptr, unsigned int iMessage, unsigned long wPara #define SCI_WORDPARTLEFTEXTEND 2391 #define SCI_WORDPARTRIGHT 2392 #define SCI_WORDPARTRIGHTEXTEND 2393 +#define VISIBLE_SLOP 0x01 +#define VISIBLE_STRICT 0x04 +#define SCI_SETVISIBLEPOLICY 2394 #define SCI_GRABFOCUS 2400 #define SCI_STARTRECORD 3001 #define SCI_STOPRECORD 3002 -- cgit v1.2.3