From 94b9dc447ea7ca09745e4a8e2d8786fda5655962 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 24 Jun 2000 00:35:46 +0000 Subject: Added methods for getting and setting the start and end of the selection. --- doc/ScintillaDoc.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 39bdb2003..3262ae660 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -154,12 +154,17 @@ EM_POSFROMCHAR(int position, POINT *location) EM_SELECTIONTYPE EM_HIDESELECTION(bool hide) SCI_GETLENGTH +SCI_SETCURRENTPOS(int position) SCI_GETCURRENTPOS +SCI_SETANCHOR(int position) SCI_GETANCHOR +SCI_SETSELECTIONSTART(int position) +SCI_GETSELECTIONSTART +SCI_SETSELECTIONEND(int position) +SCI_GETSELECTIONEND SCI_SELECTALL SCI_GOTOLINE(int line) SCI_GOTOPOS(int position) -SCI_SETANCHOR(int position) SCI_GETCURLINE(int textlen, char *text) SCI_LINELENGTH(int line) SCI_SETCARETPOLICY(int policy) -- cgit v1.2.3