#include "wx/frame.h"
#include "wx/notebook.h"
-class WXDLLEXPORT wxMDIClientWindow;
-class WXDLLEXPORT wxMDIChildFrame;
+class WXDLLIMPEXP_FWD_CORE wxMDIClientWindow;
+class WXDLLIMPEXP_FWD_CORE wxMDIChildFrame;
class WXDLLEXPORT wxMDIParentFrame: public wxFrame
{
DECLARE_DYNAMIC_CLASS(wxMDIParentFrame)
- friend class WXDLLEXPORT wxMDIChildFrame;
+ friend class WXDLLIMPEXP_FWD_CORE wxMDIChildFrame;
public:
wxMDIParentFrame();
void ReleaseMouse();
void Raise();
void Lower(void);
- void DoSetSizeHints(int minW = wxDefaultCoord,
- int minH = wxDefaultCoord,
- int maxW = wxDefaultCoord,
- int maxH = wxDefaultCoord,
- int incW = wxDefaultCoord,
- int incH = wxDefaultCoord);
// MDI operations
virtual void Maximize();
void DoGetClientSize(int *width, int *height) const;
void DoGetSize(int *width, int *height) const;
void DoGetPosition(int *x, int *y) const ;
+ void DoSetSizeHints(int minW, int minH,
+ int maxW, int maxH,
+ int incW, int incH);
};
/* The client window is a child of the parent MDI frame, and itself