X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1c84ee88f6f015f5c5aa4f00b095191566fee9ab..442b35b53bf95f5c6c003ea9ddbefd17adbc2a00:/include/wx/os2/window.h diff --git a/include/wx/os2/window.h b/include/wx/os2/window.h index a3f195f755..358c0e849a 100644 --- a/include/wx/os2/window.h +++ b/include/wx/os2/window.h @@ -260,6 +260,7 @@ public: ,unsigned long lId ,void* pCtlData = NULL ,void* pPresParams = NULL + ,WXDWORD dwExStyle = 0L ); virtual bool OS2Command( WXUINT uParam ,WXWORD nId @@ -463,12 +464,13 @@ protected: // the old window proc (we subclass all windows) WXFARPROC m_fnOldWndProc; - // additional (MSW specific) flags + // additional (OS2 specific) flags bool m_bUseCtl3D:1; // Using CTL3D for this control bool m_bBackgroundTransparent:1; bool m_bMouseInWindow:1; bool m_bDoubleClickAllowed:1; bool m_bWinCaptured:1; + WXDWORD m_dwExStyle; // the size of one page for scrolling int m_nXThumbSize; @@ -552,7 +554,8 @@ private: DECLARE_NO_COPY_CLASS(wxWindow); DECLARE_EVENT_TABLE() private: - HWND m_hWndScrollBar; + HWND m_hWndScrollBarHorz; + HWND m_hWndScrollBarVert; // Virtual function hiding supression inline virtual bool Reparent(wxWindowBase* pNewParent)