X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/58d424d7e15e3b1fd88ef0adfe280b006250a54c..9869c26285dc51d13607cddaa04f65ce983653a5:/include/wx/osx/frame.h?ds=sidebyside diff --git a/include/wx/osx/frame.h b/include/wx/osx/frame.h index 171fe8ea66..5902dc0c9c 100644 --- a/include/wx/osx/frame.h +++ b/include/wx/osx/frame.h @@ -1,10 +1,9 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: frame.h +// Name: wx/osx/frame.h // Purpose: wxFrame class // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 -// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -59,7 +58,6 @@ public: // event handlers void OnActivate(wxActivateEvent& event); void OnSysColourChanged(wxSysColourChangedEvent& event); - void OnSize(wxSizeEvent& event); // Toolbar #if wxUSE_TOOLBAR @@ -84,6 +82,8 @@ public: void PositionBars(); + // internal response to size events + virtual void MacOnInternalSize() { PositionBars(); } protected: // common part of all ctors