From fcd6000ae9db0766a65cc0ab1b7da2cfa2b2f30f Mon Sep 17 00:00:00 2001
From: nyamatongwe
+
+
@@ -1343,6 +1346,13 @@ struct TextToFind {
SCI_POSITIONFROMPOINTCLOSE is similar but returns -1 if the point is outside the
window or not close to any characters.
SCI_CHARPOSITIONFROMPOINT(int x, int y)
+ SCI_CHARPOSITIONFROMPOINTCLOSE(int x, int y)
+ SCI_CHARPOSITIONFROMPOINT finds the closest character to a point and
+ SCI_CHARPOSITIONFROMPOINTCLOSE is similar but returns -1 if the point is outside the
+ window or not close to any characters. This is similar to the previous methods but finds characters rather than
+ inter-character positions.
SCI_POINTXFROMPOSITION(<unused>, int pos)
SCI_POINTYFROMPOSITION(<unused>, int pos)
These messages return the x and y display pixel location of text at position pos
--
cgit v1.2.3