aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm <[email protected]>2003-11-27 21:59:16 +0000
committerKim F. Storm <[email protected]>2003-11-27 21:59:16 +0000
commitd46aeafce0075db28a222bdb419a1fb839567a0d (patch)
tree1d6767e9a063c42ffa3dd0d788ab388daf3a9e29
parentf51f93f6fc62c6afac291b9279e9fc8058365488 (diff)
posn-object and posn-object-x-y.
-rw-r--r--etc/NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 7f3100ce04..2cae0913cc 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1740,6 +1740,17 @@ text area).
+++
*** New function `posn-actual-col-row' returns actual glyph coordinates.
++++
+*** Mouse events may now include image object in addition to string object.
+
++++
+*** Mouse events include relative x and y pixel coordinates relative to
+the top left corner of the object (image or character) clicked on.
+
+*** New functions 'posn-object' and 'posn-object-x-y' return the image
+or string object of a mouse click, and the x and y pixel coordinates
+relative to the top left corner of that object.
+
** New function `force-window-update' can initiate a full redisplay of
one or all windows. Normally, this is not needed as changes in window
contents are detected automatically. However, certain implicit