]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/popupwin.h
Fix so the Host: header in wxHTTP really works. With virtual hosts it
[wxWidgets.git] / include / wx / gtk / popupwin.h
index 63c17d793d944ea35a62de1b0a0ba34e12692323..d01ecdff0123e151006119806d884e53e9becce0 100644 (file)
@@ -30,17 +30,18 @@ public:
 #ifdef __DARWIN__
     virtual ~wxPopupWindow() { }
 #endif
-    
-    wxPopupWindow(wxWindow *parent) { (void)Create(parent); }
+
+    wxPopupWindow(wxWindow *parent, int flags = wxBORDER_NONE)
+        { (void)Create(parent, flags); }
     bool Create(wxWindow *parent, int flags = wxBORDER_NONE);
 
     virtual bool Show( bool show = TRUE );
-    
+
     // implementation
     // --------------
 
     virtual void DoMoveWindow(int x, int y, int width, int height);
-    
+
     virtual void OnInternalIdle();