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:
wxFrameManager* m_owner_mgr;
wxFrameManager m_mgr;
+#ifndef SWIG
DECLARE_EVENT_TABLE()
+ DECLARE_CLASS(wxFloatingPaneBaseClass)
+#endif // SWIG
};
#endif // wxUSE_AUI