]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/popupwin.h
Added missing wx/defs.h includes in propgrid headers
[wxWidgets.git] / include / wx / osx / popupwin.h
index 4ecdc4ffbb00089f96db8aaf0521a5e63203913a..e6840871c6c3efbc77883124db129ca15a547f70 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,6 +26,8 @@ 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)