diff options
author | nyamatongwe <devnull@localhost> | 2000-06-24 00:35:46 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-06-24 00:35:46 +0000 |
commit | 94b9dc447ea7ca09745e4a8e2d8786fda5655962 (patch) | |
tree | 1bb9e279d9cc08a6c6f649cf18c2e60326a06078 /doc/ScintillaDoc.html | |
parent | a53dd61d8a62229c0d3cc6f1afb314ae7e0fb8c3 (diff) | |
download | scintilla-mirror-94b9dc447ea7ca09745e4a8e2d8786fda5655962.tar.gz |
Added methods for getting and setting the start and end of the selection.rel-1-27
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) |