]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/popupwin.h
Use /bin/echo for creation of Mac OS X PkgInfo files.
[wxWidgets.git] / include / wx / osx / popupwin.h
index 3bf458ef156f78451a793614d1cbc5bc8f8b5973..cdfa6ef61cdf1f0d81971036e29fd32e8e29904d 100644 (file)
@@ -1,9 +1,9 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        wx/mac/popupwin.h
+// Name:        wx/osx/popupwin.h
 // Purpose:     wxPopupWindow class for wxMac
 // Author:      Stefan Csomor
 // Modified by:
-// Created:     
+// Created:
 // RCS-ID:      $Id$
 // Copyright:   (c) 2006 Stefan Csomor
 // Licence:     wxWindows licence
@@ -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)
 };