Merge branch '3.0-osx-fixes' into 3.0

Various fixes for wxOSX back ported from master.
This commit is contained in:
Vadim Zeitlin
2015-09-11 14:22:42 +02:00
21 changed files with 210 additions and 59 deletions

View File

@@ -113,7 +113,9 @@ public:
virtual void HandleResized( double timestampsec );
virtual void HandleMoved( double timestampsec );
virtual void HandleResizing( double timestampsec, wxRect* rect );
void OSXHandleMiniaturize(double WXUNUSED(timestampsec), bool miniaturized);
void WindowWasPainted();
virtual bool Destroy();

View File

@@ -81,6 +81,9 @@ public:
virtual void SetRepresentedFilename(const wxString& filename);
// do *not* call this to iconize the frame, this is a private function!
void OSXSetIconizeState(bool iconic);
protected:
// common part of all ctors
void Init();