]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/mdi.h
blind fix for compilation error in EVT macros
[wxWidgets.git] / include / wx / motif / mdi.h
index ee822b515f011a3cb1fbd3f18067a461c5e056d6..91106240ee25c836707d862363551946ab0930eb 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_MDI_H_
 #define _WX_MDI_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "mdi.h"
 #endif
 
@@ -27,9 +27,6 @@ but wxMDIChildFrame::GetParent should return the parent frame.
 #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;
 
@@ -231,6 +228,8 @@ public:
     
     // Implementation
     void OnPageChanged(wxNotebookEvent& event);
+
+    int FindPage(const wxNotebookPage* page);
     
 protected:
     virtual void DoSetSize(int x, int y,
@@ -242,7 +241,6 @@ protected:
     void DoGetSize(int *width, int *height) const ;
     void DoGetPosition(int *x, int *y) const ;
     
-    
 private:
     DECLARE_EVENT_TABLE()
 };