X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/00c1c94cda3a685d46bc5232fb04d7f444beff54..db7035e48a4ccc6265fa01949cb92db3c6b6c17f:/include/wx/aui/floatpane.h diff --git a/include/wx/aui/floatpane.h b/include/wx/aui/floatpane.h index 567aaca597..837a9d789e 100644 --- a/include/wx/aui/floatpane.h +++ b/include/wx/aui/floatpane.h @@ -42,6 +42,7 @@ public: ); virtual ~wxAuiFloatingFrame(); void SetPaneWindow(const wxAuiPaneInfo& pane); + wxAuiManager* GetOwnerManager() const; protected: virtual void OnMoveStart(); @@ -55,6 +56,7 @@ private: void OnIdle(wxIdleEvent& event); void OnActivate(wxActivateEvent& event); static bool isMouseDown(); + private: wxWindow* m_pane_window; // pane window being managed bool m_solid_drag; // true if system uses solid window drag @@ -70,7 +72,7 @@ private: #ifndef SWIG DECLARE_EVENT_TABLE() - DECLARE_CLASS(wxAuiFloatingFrameBaseClass) + DECLARE_CLASS(wxAuiFloatingFrame) #endif // SWIG };