32 #ifndef TBX_OBJECTDELETEDLISTENER_H_
33 #define TBX_OBJECTDELETEDLISTENER_H_
A library for creating RISC OS toolbox applications.
Definition: abouttobeshownlistener.cc:35
Structure holding the raw data from a call to Wimp_Poll.
Definition: pollinfo.h:72
virtual void object_deleted(Object &object)=0
Called when the toolbox object has been deleted.
Information passed back by the Toolbox with each toolbox event providing information on where the eve...
Definition: pollinfo.h:42
Class to manipulate a toolbox object.
Definition: object.h:51
Base class for all toolbox event listeners.
Definition: listener.h:34
Listener for toolbox object deleted event.
Definition: objectdeletedlistener.h:49