#ifndef _WX_MDI_H_
#define _WX_MDI_H_
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "mdi.h"
#endif
#include "wx/frame.h"
#include "wx/notebook.h"
-WXDLLEXPORT_DATA(extern const char*) wxFrameNameStr;
-WXDLLEXPORT_DATA(extern const char*) wxStatusLineNameStr;
-
class WXDLLEXPORT wxMDIClientWindow;
class WXDLLEXPORT wxMDIChildFrame;
// Implementation
void OnPageChanged(wxNotebookEvent& event);
+
+ int FindPage(const wxNotebookPage* page);
protected:
virtual void DoSetSize(int x, int y,
void DoGetSize(int *width, int *height) const ;
void DoGetPosition(int *x, int *y) const ;
-
private:
DECLARE_EVENT_TABLE()
};