);
void MoveChildren(int nDiff);
+ PSWP GetSwp(void) {return &m_vWinSwp;}
protected:
// PM can't create some MSW styles natively but can perform these after
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
#endif // wxUSE_TOOLTIPS
int GetOS2ParentHeight(wxWindowOS2* pParent);
- virtual void OS2Layout(int nWidth, int nHeight);
private:
// common part of all ctors
private:
HWND m_hWndScrollBarHorz;
HWND m_hWndScrollBarVert;
+ SWP m_vWinSwp;
// Virtual function hiding supression
inline virtual bool Reparent(wxWindowBase* pNewParent)