diff options
author | nyamatongwe <devnull@localhost> | 2000-12-21 01:39:34 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-12-21 01:39:34 +0000 |
commit | f31ea2798b3f14721fc4be44e47ac09ba4f6c022 (patch) | |
tree | 95eb8d74c91cf022023e8f0f027822fd726c0ca0 /src/Editor.h | |
parent | 13e6f5a8a457c42b6e319e30718ebc784f4b5d4a (diff) | |
download | scintilla-mirror-f31ea2798b3f14721fc4be44e47ac09ba4f6c022.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; |