/* events.h

   This file defines the events that are used within the !Hyper application.

 */

#define HomeButtonEvent         0x101
#define BackButtonEvent         0x103
#define NextFindEvent           0x150

#define StatusAboutToBeShown    0x150
#define IbarAboutToBeShown      0x151

#define QuitEvent               0x400

#define ViewEvent               0x601

#define ViewMenuShow            0x900
#define StatusEvent             0x901
