blob: 9b4dd51896b2c776c82a95c7470f8eeca306d97d [file]
#include "PictureFrame.h"
#include "TVApplication.h"
// PictureFrame implementation
bool PictureFrame::OnClose (wxCloseEvent &event) {
myApp->GoodbyeFrom (this);
Destroy ();
return true;
}
BEGIN_EVENT_TABLE (PictureFrame, wxFrame)
EVT_CLOSE (PictureFrame::OnClose)
END_EVENT_TABLE ()