33#ifndef TTA_CHILD_FRAME
34#define TTA_CHILD_FRAME
44 ChildFrame(wxDocument* doc, wxView* view, wxDocMDIParentFrame* parent);
47 void setStatus(
const wxString text,
int field = 0);
50 void onFocus(wxFocusEvent& event);
void setStatus(const wxString text, int field=0)
void onFocus(wxFocusEvent &event)
wxDocMDIParentFrame * parent_
MDI parent frame of the ChildFrame.
wxView * view_
View of the document which is displayed in the frame.