]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/popupwin.h
Activate the view of a newly created document.
[wxWidgets.git] / include / wx / osx / popupwin.h
index 4ecdc4ffbb00089f96db8aaf0521a5e63203913a..58b591d0a8dc2dab0ae2371b75f314533056907f 100644 (file)
@@ -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)