From 3729e5c1a48f20a790d488b70487b2b6c20dffeb Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 3 Jun 2005 23:28:51 +0000 Subject: GetProperty* methods from Robert Roessler. --- 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 ca207bffb..49863a320 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -612,6 +612,9 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_SETKEYWORDS 4005 #define SCI_SETLEXERLANGUAGE 4006 #define SCI_LOADLEXERLIBRARY 4007 +#define SCI_GETPROPERTY 4008 +#define SCI_GETPROPERTYEXPANDED 4009 +#define SCI_GETPROPERTYINT 4010 #define SC_MOD_INSERTTEXT 0x1 #define SC_MOD_DELETETEXT 0x2 #define SC_MOD_CHANGESTYLE 0x4 -- cgit v1.2.3