]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/popupwin.h
support retina display
[wxWidgets.git] / include / wx / osx / popupwin.h
index 58b591d0a8dc2dab0ae2371b75f314533056907f..b815a61c1635832a31a556e81c7cf3cd21bf8303 100644 (file)
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        wx/mac/popupwin.h
+// Name:        wx/osx/popupwin.h
 // Purpose:     wxPopupWindow class for wxMac
 // Author:      Stefan Csomor
 // Modified by:
@@ -26,10 +26,7 @@ public:
         { (void)Create(parent, flags); }
 
     bool Create(wxWindow *parent, int flags = wxBORDER_NONE);
-    
-    virtual bool Show(bool show);
 
-protected:
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxPopupWindow)
 };