aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-08-17 08:23:16 +0000
committernyamatongwe <devnull@localhost>2001-08-17 08:23:16 +0000
commit5f609cd62f8f884231285ca35fa954276a7f7be6 (patch)
tree69f92b0a7d7e8f39f0f2e8b95619920d890baf96 /include/Scintilla.h
parentb9302701987c388d1aca2496e8a120a033ca16a6 (diff)
downloadscintilla-mirror-5f609cd62f8f884231285ca35fa954276a7f7be6.tar.gz
Separate out the enforcement of the visibilty policy by having both an
EnsureVisible method and an EnsureVisibleEnforcePolicy method.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index fee9f9922..0185d3e5b 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -334,6 +334,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_TOGGLEFOLD 2231
#define SCI_ENSUREVISIBLE 2232
#define SCI_SETFOLDFLAGS 2233
+#define SCI_ENSUREVISIBLEENFORCEPOLICY 2234
#define SCI_SETTABINDENTS 2260
#define SCI_GETTABINDENTS 2261
#define SCI_SETBACKSPACEUNINDENTS 2262