]> 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 e6840871c6c3efbc77883124db129ca15a547f70..4a429de67831f498eece5d0e81b1bd3ff60f6f8a 100644 (file)
@@ -26,10 +26,9 @@ public:
         { (void)Create(parent, flags); }
 
     bool Create(wxWindow *parent, int flags = wxBORDER_NONE);
-    
-    virtual bool Show(bool show);
 
-protected:
+    virtual bool Show(bool show = true);
+
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxPopupWindow)
 };