From 1ff10b4439c263a55c667236ddaceb0bdfa76b4d Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 6 Jan 2006 10:50:16 +0000 Subject: Improved SCI_SETDOCPOINTER explanation. --- doc/ScintillaDoc.html | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 0fe0b7476..db5d1afd5 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -3786,6 +3786,7 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){ 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.

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

SCI_CREATEDOCUMENT
This message creates a new, empty document and returns a pointer to it. This document is not -- cgit v1.2.3