Mercurial > hg > xemacs-beta
comparison src/events.h @ 288:e11d67e05968 r21-0b42
Import from CVS: tag r21-0b42
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:35:54 +0200 |
parents | 558f606b08ae |
children | c9fe270a4101 |
comparison
equal
deleted
inserted
replaced
287:13a0bd77a29d | 288:e11d67e05968 |
---|---|
158 the event is created. This is so that the | 158 the event is created. This is so that the |
159 correct console-local variables (e.g. the | 159 correct console-local variables (e.g. the |
160 command builder) will get affected. | 160 command builder) will get affected. |
161 -- for timer, process, magic-eval, and eval events, | 161 -- for timer, process, magic-eval, and eval events, |
162 channel will be nil. | 162 channel will be nil. |
163 -- for scrollbar misc-user events, channel | 163 -- for misc-user events, channel will be a frame. |
164 will be a window. | |
165 -- for menubar misc-user events, channel | |
166 will be a frame. | |
167 -- for magic events, channel will be a frame | 164 -- for magic events, channel will be a frame |
168 (usually) or a device. | 165 (usually) or a device. |
169 | 166 |
170 timestamp When this event occurred -- if not known, this | 167 timestamp When this event occurred -- if not known, this |
171 is made up. | 168 is made up. |