00001 /* 00002 File: events.h 00003 00004 Copyright(C) C. Kotterink, Computed Graphics 00005 */ 00006 #ifndef EVENTS_H 00007 #define EVENTS_H 00008 00013 #define EVENT_NOTIFY 0 00014 #define EVENT_ACTIVATED 1 00015 #define EVENT_DEACTIVATED 2 00016 #define EVENT_CLOSED 3 00017 #endif