]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/mdi.h
Applied notebook font patch.
[wxWidgets.git] / include / wx / mac / mdi.h
index c66b4ee2c31944fb6c0f950a9efce2e4816ca3c8..1114ee525d360d173e25eb7ed192a92b1f41eb11 100644 (file)
@@ -14,7 +14,7 @@
 #ifndef _WX_MDI_H_
 #define _WX_MDI_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "mdi.h"
 #endif
 
@@ -54,6 +54,10 @@ public:
            long style = wxDEFAULT_FRAME_STYLE | wxVSCROLL | wxHSCROLL,
            const wxString& name = wxFrameNameStr);
 
+  // Mac OS activate event
+  virtual void MacActivate(long timestamp, bool activating);
+
+  // wxWindows activate event
   void OnActivate(wxActivateEvent& event);
   void OnSysColourChanged(wxSysColourChangedEvent& event);
 
@@ -119,6 +123,9 @@ public:
            long style = wxDEFAULT_FRAME_STYLE,
            const wxString& name = wxFrameNameStr);
 
+  // Mac OS activate event
+  virtual void MacActivate(long timestamp, bool activating);
+
   // Set menu bar
   void SetMenuBar(wxMenuBar *menu_bar);