/////////////////////////////////////////////////////////////////////////////
// Name: mdi.i
// Purpose: MDI related class definitions for wxPython
/////////////////////////////////////////////////////////////////////////////
// Name: mdi.i
// Purpose: MDI related class definitions for wxPython
long style = wxDEFAULT_FRAME_STYLE | wxVSCROLL | wxHSCROLL,
const char* name = "frame");
long style = wxDEFAULT_FRAME_STYLE | wxVSCROLL | wxHSCROLL,
const char* name = "frame");
// TODO: This isn't handled by the standard event-table system...
//wxMDIClientWindow* OnCreateClient();
// TODO: This isn't handled by the standard event-table system...
//wxMDIClientWindow* OnCreateClient();
long style = wxDEFAULT_FRAME_STYLE,
const char* name = "frame");
long style = wxDEFAULT_FRAME_STYLE,
const char* name = "frame");
class wxMDIClientWindow : public wxWindow {
public:
wxMDIClientWindow(wxMDIParentFrame* parent, long style = 0);
class wxMDIClientWindow : public wxWindow {
public:
wxMDIClientWindow(wxMDIParentFrame* parent, long style = 0);