Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d46aeafc
Commit
d46aeafc
authored
Nov 27, 2003
by
Kim F. Storm
Browse files
posn-object and posn-object-x-y.
parent
f51f93f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
etc/NEWS
etc/NEWS
+11
-0
No files found.
etc/NEWS
View file @
d46aeafc
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment