blob: 78bca920e551fb7559de32661ec076ebff9da8ae [file] [log] [blame]
#include "PictureFrame.h"
#include "TVApplication.h"
// PictureFrame implementation
void PictureFrame::OnClose(wxCloseEvent &event) {
myApp->GoodbyeFrom (this);
Destroy();
}
BEGIN_EVENT_TABLE(PictureFrame, wxFrame)
EVT_CLOSE(PictureFrame::OnClose)
END_EVENT_TABLE()