diff options
author | nyamatongwe <unknown> | 2000-12-21 01:39:34 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2000-12-21 01:39:34 +0000 |
commit | 9cb4cca29f5535ea07f0582dad57186bae6ec474 (patch) | |
tree | 95eb8d74c91cf022023e8f0f027822fd726c0ca0 /src/Editor.h | |
parent | 9e91e969b5b32bbc4bfbb4b72b33514670b6439d (diff) | |
download | scintilla-mirror-9cb4cca29f5535ea07f0582dad57186bae6ec474.tar.gz |
Patch from James for SetVisiblePolicy.
Diffstat (limited to 'src/Editor.h')
-rw-r--r-- | src/Editor.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Editor.h b/src/Editor.h index 1bcac1665..52b3d7037 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -134,6 +134,9 @@ protected: // ScintillaBase subclass needs access to much of Editor int caretPolicy; int caretSlop; + int visiblePolicy; + int visibleSlop; + int searchAnchor; int displayPopupMenu; |