From: Stefan Csomor Date: Tue, 13 Aug 2002 12:17:56 +0000 (+0000) Subject: added new method MacSetupCursor X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7e2eb7107d330cd58e41c67db1ec1a8a2128c1a8 added new method MacSetupCursor git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16483 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/window.h b/include/wx/mac/window.h index f2fea8ccce..96f1c62b24 100644 --- a/include/wx/mac/window.h +++ b/include/wx/mac/window.h @@ -241,6 +241,7 @@ public: virtual void Update() ; // for compatibility void MacUpdateImmediately() { Update() ; } + bool MacSetupCursor( const wxPoint& pt ) ; // virtual bool MacSetPortDrawingParams( const Point & localOrigin, const Rect & clipRect, WindowRef window , wxWindowMac* rootwin ) ; // virtual void MacGetPortParams(Point* localOrigin, Rect* clipRect, WindowRef *window , wxWindowMac** rootwin ) ;