]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/popupwin.h
Always include sys/time.h and sys/select.h from selectdispatcher.h.
[wxWidgets.git] / include / wx / osx / popupwin.h
index 3bf458ef156f78451a793614d1cbc5bc8f8b5973..58b591d0a8dc2dab0ae2371b75f314533056907f 100644 (file)
@@ -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)