]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/popupwin.h
Replace 3 copies of wxListCtrl mode tests with a single one in wxListCtrlBase.
[wxWidgets.git] / include / wx / osx / popupwin.h
index 4ecdc4ffbb00089f96db8aaf0521a5e63203913a..cdfa6ef61cdf1f0d81971036e29fd32e8e29904d 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:
@@ -27,6 +27,8 @@ public:
 
     bool Create(wxWindow *parent, int flags = wxBORDER_NONE);
 
+    virtual bool Show(bool show);
+
 protected:
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxPopupWindow)
 };