]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/popupwin.h
Add wxDataViewListCtrl::GetItemCount().
[wxWidgets.git] / include / wx / osx / popupwin.h
index 3bf458ef156f78451a793614d1cbc5bc8f8b5973..4a429de67831f498eece5d0e81b1bd3ff60f6f8a 100644 (file)
@@ -1,9 +1,9 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        wx/mac/popupwin.h
+// Name:        wx/osx/popupwin.h
 // Purpose:     wxPopupWindow class for wxMac
 // Author:      Stefan Csomor
 // Modified by:
-// Created:     
+// Created:
 // RCS-ID:      $Id$
 // Copyright:   (c) 2006 Stefan Csomor
 // Licence:     wxWindows licence
@@ -27,7 +27,8 @@ public:
 
     bool Create(wxWindow *parent, int flags = wxBORDER_NONE);
 
-protected:
+    virtual bool Show(bool show = true);
+
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxPopupWindow)
 };