]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/frame.h
Enable access to the native bitmap object wrapped by wxGraphicsBitmap
[wxWidgets.git] / include / wx / osx / frame.h
index 171fe8ea66800c69ac4095a8882ffd7b29570520..eaea567261999902f4fb3683147bd9ce9cfe2df4 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        frame.h
+// Name:        wx/osx/frame.h
 // Purpose:     wxFrame class
 // Author:      Stefan Csomor
 // Modified by:
@@ -59,7 +59,6 @@ public:
     // event handlers
     void OnActivate(wxActivateEvent& event);
     void OnSysColourChanged(wxSysColourChangedEvent& event);
-    void OnSize(wxSizeEvent& event);
 
     // Toolbar
 #if wxUSE_TOOLBAR
@@ -84,6 +83,8 @@ public:
 
     void PositionBars();
 
+    // internal response to size events
+    virtual void MacOnInternalSize() { PositionBars(); }
 
 protected:
     // common part of all ctors