///////////////////////////////////////////////////////////////////////////////
-// 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: