aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
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.iface
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.iface')
-rw-r--r--include/Scintilla.iface4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 2f0baebb6..4bce389e9 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -848,6 +848,10 @@ fun void EnsureVisible=2232(int line,)
# Set some debugging options for folding
fun void SetFoldFlags=2233(int flags,)
+# Ensure a particular line is visible by expanding any header line hiding it.
+# Use the currently set visibility policy to determine which range to display.
+fun void EnsureVisibleEnforcePolicy=2234(int line,)
+
# Sets whether a tab pressed when caret is within indentation indents
set void SetTabIndents=2260(bool tabIndents,)