]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/popupwin.h
Don't use "Cancel" button in the about dialog of the listctrl sample.
[wxWidgets.git] / include / wx / osx / popupwin.h
index 4ecdc4ffbb00089f96db8aaf0521a5e63203913a..4a429de67831f498eece5d0e81b1bd3ff60f6f8a 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,7 +27,8 @@ public:
 
     bool Create(wxWindow *parent, int flags = wxBORDER_NONE);
 
-protected:
+    virtual bool Show(bool show = true);
+
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxPopupWindow)
 };