31 #ifndef TBX_PALETTECHANGEDLISTENER_H_ 32 #define TBX_PALETTECHANGEDLISTENER_H_ 34 #include "wimpmessagelistener.h" 52 virtual ~MessagePaletteChangedListener() {};
A library for creating RISC OS toolbox applications.
Definition: abouttobeshownlistener.cc:34
Listener to handle WimpRecordedMessages (event code 18)
Definition: wimpmessagelistener.h:269
The main application class.
Definition: application.h:78
Wimp message received event.
Definition: wimpmessagelistener.h:209
Class to simplify handling of Quit WIMP message.
Definition: palettechangedlistener.h:44
virtual void palette_changed()=0
Called when the application has be told to palette has been changed by the desktop.
Base class for all toolbox event listeners.
Definition: listener.h:33