tbx
0.7.5
|
Listener for Wimp Open Window Request events. More...
#include <openwindowlistener.h>
Public Member Functions | |
virtual void | open_window (OpenWindowEvent &event)=0 |
virtual function called when the application receives the open window request for the window. More... | |
![]() | |
virtual | ~Listener () |
Destroy the listener object. | |
Additional Inherited Members | |
![]() | |
Listener () | |
Construct the Listener object. | |
|
pure virtual |
virtual function called when the application receives the open window request for the window.
Note: The framework calls Wimp_OpenWindow automatically after all OpenWindowListeners are called for a window so do no call it in this routine.
event | details of the open request |
Implemented in tbx::view::TextView, and tbx::view::TileView.