aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2005-06-03 23:28:51 +0000
committernyamatongwe <devnull@localhost>2005-06-03 23:28:51 +0000
commitdf546440a47b65f89bd4ed81e511ac27bf47ddc6 (patch)
treecc69674ca7427baf06c320a7b817bf7caa035b7d /include/Scintilla.h
parent788f2fff04ce33f9c287b8cf79c5c51a90f9f1b4 (diff)
downloadscintilla-mirror-df546440a47b65f89bd4ed81e511ac27bf47ddc6.tar.gz
GetProperty* methods from Robert Roessler.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h3
1 files changed, 3 insertions, 0 deletions
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