]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/NSView.h
Nuke GTK1 from include/gtk
[wxWidgets.git] / include / wx / cocoa / NSView.h
index 50a583c5d2f0f0492cb903fe0944849dadc01ea2..7fb9c79dd18600243fdb88f9365de1767199d4e7 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)