X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6762286db6cf974817dead5b88bebf0e390dbb7e..d141826876edc1e7dd5bf18d050cea8754a3f718:/include/wx/osx/popupwin.h diff --git a/include/wx/osx/popupwin.h b/include/wx/osx/popupwin.h index 3bf458ef15..58b591d0a8 100644 --- a/include/wx/osx/popupwin.h +++ b/include/wx/osx/popupwin.h @@ -3,7 +3,7 @@ // Purpose: wxPopupWindow class for wxMac // Author: Stefan Csomor // Modified by: -// Created: +// Created: // RCS-ID: $Id$ // Copyright: (c) 2006 Stefan Csomor // Licence: wxWindows licence @@ -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)