diff options
author | nyamatongwe <unknown> | 2000-06-24 00:35:46 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2000-06-24 00:35:46 +0000 |
commit | d54dd98c5183dd6d38e9556ce1e8dd45670a5c39 (patch) | |
tree | 1bb9e279d9cc08a6c6f649cf18c2e60326a06078 /doc/ScintillaDoc.html | |
parent | e8ec55130f8cc49fb3b7ce9863e4c73f5c35cb5b (diff) | |
download | scintilla-mirror-d54dd98c5183dd6d38e9556ce1e8dd45670a5c39.tar.gz |
Added methods for getting and setting the start and end of the selection.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r-- | doc/ScintillaDoc.html | 7 |
1 files changed, 6 insertions, 1 deletions
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) |