]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/aui/floatpane.h
Some changes needed for wxPython
[wxWidgets.git] / include / wx / aui / floatpane.h
index 70b44ac90c1d6efe3595f99cf7848172b4534db5..d2ef1b0600527564f22072febf7f3b54d4d71aea 100644 (file)
@@ -34,9 +34,9 @@ class WXDLLIMPEXP_AUI wxFloatingPane : public wxFloatingPaneBaseClass
 public:
     wxFloatingPane(wxWindow* parent,
                    wxFrameManager* owner_mgr,
-                   wxWindowID id = wxID_ANY,
-                   const wxPoint& pos = wxDefaultPosition,
-                   const wxSize& size = wxDefaultSize);
+                   const wxPaneInfo& pane,
+                   wxWindowID id = wxID_ANY
+                   );
     ~wxFloatingPane();
     void SetPaneWindow(const wxPaneInfo& pane);
 private:
@@ -58,7 +58,10 @@ private:
     wxFrameManager* m_owner_mgr;
     wxFrameManager m_mgr;
 
+#ifndef SWIG
     DECLARE_EVENT_TABLE()
+    DECLARE_CLASS(wxFloatingPaneBaseClass)
+#endif // SWIG
 };
 
 #endif // wxUSE_AUI