25 #ifndef TBX_HANDLES_H_ 26 #define TBX_HANDLES_H_ A library for creating RISC OS toolbox applications.
Definition: abouttobeshownlistener.cc:34
const ComponentId NULL_ComponentId
NULL component id.
Definition: handles.h:46
void * ResHandle
Type for Resource handle return from the toolbox.
Definition: handles.h:51
const ObjectId NULL_ObjectId
NULL object id.
Definition: handles.h:42
int ComponentId
Type for underlying toolbox component id.
Definition: handles.h:33
int WindowHandle
Type for WIMP windows handle.
Definition: handles.h:35
unsigned int ObjectId
Type for underlying toolbox object id.
Definition: handles.h:31
int IconHandle
Type for WIMP icon handle.
Definition: handles.h:37
int TaskHandle
Type for a Wimp Task.
Definition: handles.h:56