]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/NSView.h
wxPyDataObjectSimple::SetData should not be const
[wxWidgets.git] / include / wx / cocoa / NSView.h
index 50a583c5d2f0f0492cb903fe0944849dadc01ea2..7fdaba8c3a7cb00772770b70fc8f44c0a1de61dc 100644 (file)
@@ -32,6 +32,8 @@ public:
     virtual wxWindow* GetWxWindow() const
     {  return NULL;    }
     virtual void Cocoa_FrameChanged(void) = 0;
+    virtual bool Cocoa_acceptsFirstMouse(bool &acceptsFirstMouse, WX_NSEvent theEvent)
+    {   return false; }
     virtual bool Cocoa_drawRect(const NSRect &rect)
     {   return false; }
     virtual bool Cocoa_mouseDown(WX_NSEvent theEvent)
@@ -60,6 +62,7 @@ public:
     {   return false; }
     virtual bool Cocoa_resetCursorRects()
     {  return false; }
+    virtual ~wxCocoaNSView() { }
 };
 
 #endif // _WX_COCOA_NSVIEW_H_