Scrolling updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13207 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user