]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/NSView.h
switched to using wxPopupWindow
[wxWidgets.git] / include / wx / cocoa / NSView.h
index ffff7fdf92242e42e12832d21c862a8c35bbc0e7..50a583c5d2f0f0492cb903fe0944849dadc01ea2 100644 (file)
@@ -16,6 +16,7 @@
 #include "wx/cocoa/ObjcAssociate.h"
 
 typedef struct _NSRect NSRect;
+class wxWindow;
 
 WX_DECLARE_OBJC_HASHMAP(NSView);
 class wxCocoaNSView
@@ -28,6 +29,8 @@ public:
 protected:
     static void *sm_cocoaObserver;
 public:
+    virtual wxWindow* GetWxWindow() const
+    {  return NULL;    }
     virtual void Cocoa_FrameChanged(void) = 0;
     virtual bool Cocoa_drawRect(const NSRect &rect)
     {   return false; }