1 #ifndef QEMU_GUI_STATUS_BAR_H
2 #define QEMU_GUI_STATUS_BAR_H
4 #include <wx/statusbr.h>
10 class QemuUIStatusBar
: public wxStatusBar
13 QemuUIStatusBar(QemuMainFrame
*parent
);
17 void OnCdRomContextMenu(wxContextMenuEvent
& event
);
18 void OnSize(wxSizeEvent
& event
);
19 wxStaticBitmap
*floppy
;
20 wxStaticBitmap
*cdrom
;
28 ID_STATUSBAR_CDROM_CONNECT