From 424d453c41b288c78530a505cdd29e74e2113a03 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 17 Mar 2006 12:41:43 +0000 Subject: Extra information for SCI_GETFIRSTVISIBLELINE. Replaced extra

. --- doc/ScintillaDoc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index f7e6e12be..0139a93f7 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -993,7 +993,7 @@ struct TextToFind {

SCI_GETFIRSTVISIBLELINE
This returns the line number of the first visible line in the Scintilla view. The first line - in the document is numbered 0.

+ in the document is numbered 0. The value is a visible line rather than a document line.

SCI_LINESONSCREEN
This returns the number of complete lines visible on the screen. With a constant line height, @@ -3848,7 +3848,7 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){ 3. If the reference count reaches 0, the document is deleted.
4. pDoc is set as the new document for the window.
5. If pDoc was 0, a new, empty document is created and attached to the - window.

+ window.
6. If pDoc was not 0, its reference count is increased by 1.

SCI_CREATEDOCUMENT
-- cgit v1.2.3