aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2007-07-02 00:47:30 +0000
committernyamatongwe <devnull@localhost>2007-07-02 00:47:30 +0000
commitdfea1c775b6f09b991b53547e1d179ddb5e2f744 (patch)
tree058fbd4ee99353e156a4ce1c739c1155d7019a76 /include/Scintilla.iface
parentd7c89974c88f6994d4c7cbdedada6c6f2e24a6dd (diff)
downloadscintilla-mirror-dfea1c775b6f09b991b53547e1d179ddb5e2f744.tar.gz
Scroll width tracking feature.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 3c52ce35e..2b7a0f1e6 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1143,6 +1143,12 @@ set void SetScrollWidth=2274(int pixelWidth,)
# Retrieve the document width assumed for scrolling.
get int GetScrollWidth=2275(,)
+# Sets whether the maximum width line displayed is used to set scroll width.
+set void SetScrollWidthTracking=2516(bool tracking,)
+
+# Retrieve whether the scroll width tracks wide lines.
+get bool GetScrollWidthTracking=2517(,)
+
# Measure the pixel width of some text in a particular style.
# NUL terminated text argument.
# Does not handle tab or control characters.