X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/03647350fc7cd141953c72e0284e928847d30f44..8325504f4bf9dc557745f4dcb26b43c029d5106d:/include/wx/osx/popupwin.h diff --git a/include/wx/osx/popupwin.h b/include/wx/osx/popupwin.h index 4ecdc4ffbb..58b591d0a8 100644 --- a/include/wx/osx/popupwin.h +++ b/include/wx/osx/popupwin.h @@ -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)