From 336bc88beb4c4cedeee548767bf987cfbcd2eaff Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 8 Aug 2003 23:53:05 +0000 Subject: Better explanation of horizontal scroll bar. --- doc/ScintillaDoc.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index b34a8048b..671d3e921 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -1511,10 +1511,12 @@ struct TextToFind {

SCI_SETHSCROLLBAR(bool visible)
SCI_GETHSCROLLBAR
- The horizontal scroll bar is only displayed if it is needed. If you never wish to see it, call + The horizontal scroll bar is only displayed if it is needed for the assumed width. + If you never wish to see it, call SCI_SETHSCROLLBAR(0). Use SCI_SETHSCROLLBAR(1) to enable it again. SCI_GETHSCROLLBAR returns the current state. The default state is to display it - when needed.

+ when needed. + See also: SCI_SETSCROLLWIDTH.

SCI_SETVSCROLLBAR(bool visible)
SCI_GETVSCROLLBAR
@@ -1532,8 +1534,10 @@ struct TextToFind {

SCI_SETSCROLLWIDTH(int pixelWidth)
SCI_GETSCROLLWIDTH
- These set and get the document width in pixels assumed by Scintilla when calculating how to - display the horizontal scroll bar. The default value is 2000.

+ For performance, Scintilla does not measure the display width of the document to determine + the properties of the horizontal scroll bar. Instead, an assumed width is used. + These messages set and get the document width in pixels assumed by Scintilla. + The default value is 2000.

SCI_SETENDATLASTLINE(bool endAtLastLine)
SCI_GETENDATLASTLINE
-- cgit v1.2.3