-
-/*
- * Default document child frame for MDI children
- */
-
-IMPLEMENT_CLASS(wxDocMDIChildFrame, wxMDIChildFrame)
-
-BEGIN_EVENT_TABLE(wxDocMDIChildFrame, wxMDIChildFrame)
- EVT_ACTIVATE(wxDocMDIChildFrame::OnActivate)
-END_EVENT_TABLE()
-
-wxDocMDIChildFrame::wxDocMDIChildFrame(wxDocument *doc, wxView *view, wxMDIParentFrame *frame, wxWindowID id,
- const wxString& title, const wxPoint& pos, const wxSize& size, long style, const wxString& name):
- wxMDIChildFrame(frame, id, title, pos, size, style, name)