///////////////////////////////////////////////////////////////////////////////
-// Name: wx/mac/popupwin.h
+// Name: wx/osx/popupwin.h
// Purpose: wxPopupWindow class for wxMac
// Author: Stefan Csomor
// Modified by:
{ (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)
};