(Accessing Mouse): Renamed from Accessing Events.
(Accessing Scroll): New node broken out of Accessing Mouse.
This commit is contained in:
parent
8ed10e7379
commit
ec7d5b1e57
2 changed files with 13 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-12-30 Richard Stallman <rms@gnu.org>
|
||||
|
||||
* commands.texi (Accessing Mouse): Renamed from Accessing Events.
|
||||
(Accessing Scroll): New node broken out of Accessing Mouse.
|
||||
|
||||
2007-12-28 Richard Stallman <rms@gnu.org>
|
||||
|
||||
* frames.texi (Size Parameters): Fix typo.
|
||||
|
|
|
@ -954,7 +954,8 @@ the current Emacs session. If a symbol has not yet been so used,
|
|||
* Event Examples:: Examples of the lists for mouse events.
|
||||
* Classifying Events:: Finding the modifier keys in an event symbol.
|
||||
Event types.
|
||||
* Accessing Events:: Functions to extract info from events.
|
||||
* Accessing Mouse:: Functions to extract info from mouse events.
|
||||
* Accessing Scroll:: Functions to get info from scroll bar events.
|
||||
* Strings of Events:: Special considerations for putting
|
||||
keyboard character events in a string.
|
||||
@end menu
|
||||
|
@ -1803,8 +1804,8 @@ must be the last element of the list. For example,
|
|||
@end example
|
||||
@end defun
|
||||
|
||||
@node Accessing Events
|
||||
@subsection Accessing Events
|
||||
@node Accessing Mouse
|
||||
@subsection Accessing Mouse Events
|
||||
@cindex mouse events, data in
|
||||
|
||||
This section describes convenient functions for accessing the data in
|
||||
|
@ -1950,6 +1951,10 @@ to the window text area, otherwise they are relative to
|
|||
the entire window area including scroll bars, margins and fringes.
|
||||
@end defun
|
||||
|
||||
@node Accessing Scroll
|
||||
@subsection Accessing Scroll Bar Events
|
||||
@cindex scroll bar events, data in
|
||||
|
||||
These functions are useful for decoding scroll bar events.
|
||||
|
||||
@defun scroll-bar-event-ratio event
|
||||
|
|
Loading…
Add table
Reference in a new issue