X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8e6efd1fd2f6cedda23140aff17f56b26ef7c2d2..3a61f5db2c1292d1f6cbfc5bff1edfbdf7b1fc99:/include/wx/osx/frame.h diff --git a/include/wx/osx/frame.h b/include/wx/osx/frame.h index 87cbdcca36..42c9393748 100644 --- a/include/wx/osx/frame.h +++ b/include/wx/osx/frame.h @@ -88,6 +88,9 @@ public: void PositionBars(); + // osx specific event handling common for all osx-ports + virtual void HandleResized( double timestampsec ); + protected: // common part of all ctors void Init(); @@ -108,16 +111,11 @@ protected: virtual void AttachMenuBar(wxMenuBar *menubar); #endif - // osx specific event handling common for all osx-ports - virtual void HandleResized( double timestampsec ); - -protected: // the last focused child: we restore focus to it on activation wxWindow *m_winLastFocused; virtual bool MacIsChildOfClientArea( const wxWindow* child ) const ; -private: DECLARE_EVENT_TABLE() DECLARE_DYNAMIC_CLASS(wxFrame) };