32 #ifndef USEREVENTIDS_H_
33 #define USEREVENTIDS_H_
A library for creating RISC OS toolbox applications.
Definition: abouttobeshownlistener.cc:35
const int LAST_DYNAMIC_EID
Last event ID for dynamically allocated IDs.
Definition: usereventids.h:62
const int FIRST_USER_EID
First event ID available to be used in any application.
Definition: usereventids.h:40
const int LAST_USER_EID
Last event ID available to be used in any application.
Definition: usereventids.h:44
const int LAST_SHARE_EID
Last event ID available to be shared between multiple applications.
Definition: usereventids.h:53
const int FIRST_DYNAMIC_EID
First event ID for dynamically allocated IDs.
Definition: usereventids.h:58
const int FIRST_TBX_EID
First event ID reserved for the TBX library.
Definition: usereventids.h:67
const int LAST_TBX_EID
Last event ID reserved for the TBX library.
Definition: usereventids.h:71
const int FIRST_SHARE_EID
First event ID available to be shared between multiple applications.
Definition: usereventids.h:49