tbx
0.7.6
|
Listener for the close window request message. More...
#include <closewindowlistener.h>
Public Member Functions | |
virtual void | close_window (const EventInfo &ev)=0 |
Called when the close window request event is received by the window. More... | |
![]() | |
virtual | ~Listener () |
Destroy the listener object. | |
Additional Inherited Members | |
![]() | |
Listener () | |
Construct the Listener object. | |
Listener for the close window request message.
This message is received if the auto close option is not set in a window.
If it is OK to close the handle then window.hide() should be called to actually close it.
|
pure virtual |
Called when the close window request event is received by the window.
Call window.hide() to actually close the window if that is required.
Implemented in tbx::doc::DocWindow.