From 736467e9bc1c6b6305d010afb7997ca80c23ed58 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 14 Apr 2002 00:29:39 +0000 Subject: Implemented endAtLastLine attribute which allows option of scrolling one page below last document line. --- doc/ScintillaDoc.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 8b1e6dca5..55f397b8b 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -286,6 +286,10 @@ SCI_SETHSCROLLBAR(bool visible) SCI_GETHSCROLLBAR SCI_GETXOFFSET SCI_SETXOFFSET(int xoffset) +SCI_SETSCROLLWIDTH(int pixelWidth) +SCI_GETSCROLLWIDTH +SCI_SETENDATLASTLINE(bool endAtLastLine) +SCI_GETENDATLASTLINE

SCI_SETCARETPOLICY can be set to a combination of the flags CARET_SLOP @@ -307,6 +311,14 @@ SCI_SETXOFFSET(int xoffset)

The xoffset is the horizontal scroll position in pixels.

+

+ SCI_SETSCROLLWIDTH sets the document width assumed for scrolling. +

+

+ SCI_SETENDATLASTLINE sets the scroll range so that maximum + scroll position has the last line at the bottom of the view (default). + Setting this to false allows scrolling one page below the last line. +

Searching

-- cgit v1.2.3