X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/45e0dc94770d598a1cc84d83730d470dd1cfbcca..bff4ec6360d28f3309e5199685950b43ab5e079a:/include/wx/os2/window.h diff --git a/include/wx/os2/window.h b/include/wx/os2/window.h index aa2553e8fa..3580d86bca 100644 --- a/include/wx/os2/window.h +++ b/include/wx/os2/window.h @@ -453,6 +453,7 @@ public: ); void MoveChildren(int nDiff); + PSWP GetSwp(void) {return &m_vWinSwp;} protected: // PM can't create some MSW styles natively but can perform these after @@ -525,7 +526,7 @@ protected: virtual void DoCaptureMouse(void); virtual void DoReleaseMouse(void); - + // move the window to the specified location and resize it: this is called // from both DoSetSize() and DoSetClientSize() and would usually just call // ::WinSetWindowPos() except for composite controls which will want to arrange @@ -541,7 +542,6 @@ protected: #endif // wxUSE_TOOLTIPS int GetOS2ParentHeight(wxWindowOS2* pParent); - virtual void OS2Layout(int nWidth, int nHeight); private: // common part of all ctors @@ -572,6 +572,7 @@ private: private: HWND m_hWndScrollBarHorz; HWND m_hWndScrollBarVert; + SWP m_vWinSwp; // Virtual function hiding supression inline virtual bool Reparent(wxWindowBase* pNewParent)