From 4ab7b0b4e4ef21b23f4896ed56031405d89a1e9a Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 2 Jul 2007 00:47:30 +0000 Subject: Scroll width tracking feature. --- include/Scintilla.iface | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/Scintilla.iface') 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. -- cgit v1.2.3