mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 04:30:45 -08:00
(enum event_kind): Added menu_bar_activate_event.
This commit is contained in:
parent
099787c1f1
commit
c8b5ebed34
1 changed files with 3 additions and 1 deletions
|
|
@ -253,7 +253,9 @@ enum event_kind
|
|||
Lisp-level event value.
|
||||
(Only the toolkit version uses these.) */
|
||||
iconify_event, /* An X client iconified this window. */
|
||||
deiconify_event /* An X client deiconified this window. */
|
||||
deiconify_event, /* An X client deiconified this window. */
|
||||
menu_bar_activate_event /* A button press in the menu bar
|
||||
(toolkit version only). */
|
||||
};
|
||||
|
||||
/* If a struct input_event has a kind which is selection_request_event
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue