Scrolling updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13207 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2001-12-28 07:00:16 +00:00
parent c914e99ed5
commit f9efbe3a98
4 changed files with 79 additions and 8 deletions

View File

@@ -398,6 +398,15 @@ public:
,WXHWND hWnd
);
bool IsMouseInWindow(void) const;
bool OS2GetCreateWindowCoords( const wxPoint& rPos
,const wxSize& rSize
,int& rnX
,int& rnY
,int& rnWidth
,int& rnHeight
) const;
// Window procedure
virtual MRESULT OS2WindowProc( WXUINT uMsg
,WXWPARAM wParam