diff options
author | nyamatongwe <devnull@localhost> | 2000-07-14 11:33:09 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-07-14 11:33:09 +0000 |
commit | 08f5c4507d2249b41be1e5f58db204868d1a73b3 (patch) | |
tree | 9eb982d64d5c61f84813c260259bd766b0d4116e | |
parent | 29fac12fd7ff43374f6de390acab1df8d065623f (diff) | |
download | scintilla-mirror-08f5c4507d2249b41be1e5f58db204868d1a73b3.tar.gz |
Added SCI_POSITIONFROMPOINT.
-rw-r--r-- | doc/ScintillaDoc.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index c0991809c..0cfae5b05 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -150,6 +150,7 @@ EM_LINESCROLL(int column, int line) EM_SCROLLCARET() EM_CANPASTE EM_CHARFROMPOS(<unused>, POINT *location) +SCI_POSITIONFROMPOINT(<unused>, POINT *location) EM_POSFROMCHAR(int position, POINT *location) EM_SELECTIONTYPE EM_HIDESELECTION(bool hide) |