1 #ifndef QEMU_GUI_EVENTS_H
2 #define QEMU_GUI_EVENTS_H
4 WX_DEFINE_ARRAY_PTR(wxEvtHandler
*,EvtHandlerArray
);
7 * If you change something in here you will probably need to recompile the
8 * whole program because this file is included in a few places and so your
9 * object files will not have the same event ids.
14 QEMU_OPEN
= wxID_OPEN
,
15 QEMU_CLOSE
= wxID_CLOSE
,
16 QEMU_QUIT
= wxID_EXIT
,
17 QEMU_ABOUT
= wxID_ABOUT
,
18 QEMU_FULLSCREEN
= wxID_HIGHEST
+ 1,
21 QEMU_MENU_WINDOW_ENTRY
,
26 QEMU_SPLIT_HORIZONTAL
,
28 QEMU_TOGGLE_STATUSBAR
,
34 QEMU_VM_SEND_CTRL_ALT_DEL
,
41 QEMU_VM_REVERT_SNAPSHOT
,
42 QEMU_TOOLBAR_DISPLAY_INFO
,
43 QEMU_TOOLBAR_DISPLAY_SCREEN
,
44 QEMU_TOOLBAR_DISPLAY_CONSOLE
,
45 QEMU_TOOLBAR_SEND_VM_COMMAND