X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/45e0dc94770d598a1cc84d83730d470dd1cfbcca..1b0b798d77b7b93b81d62162b290441bc9175e3e:/include/wx/os2/window.h?ds=inline diff --git a/include/wx/os2/window.h b/include/wx/os2/window.h index aa2553e8fa..66bdc201c6 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 @@ -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)