X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/03647350fc7cd141953c72e0284e928847d30f44..0995b9dc18a7ce898c1c1be0e2790b258cab0fee:/include/wx/osx/popupwin.h diff --git a/include/wx/osx/popupwin.h b/include/wx/osx/popupwin.h index 4ecdc4ffbb..cdfa6ef61c 100644 --- a/include/wx/osx/popupwin.h +++ b/include/wx/osx/popupwin.h @@ -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,6 +27,8 @@ public: bool Create(wxWindow *parent, int flags = wxBORDER_NONE); + virtual bool Show(bool show); + protected: DECLARE_DYNAMIC_CLASS_NO_COPY(wxPopupWindow) };