]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/aui/framemanager.h
new method needed for screendc
[wxWidgets.git] / include / wx / aui / framemanager.h
index a72a431aeffedddf4fc00bdbcaace9c1ae1c0d5f..6f37c58ef9827a2b181338e08bfc7f44b5be520f 100644 (file)
@@ -383,7 +383,7 @@ public:
 
 
 
-
+class WXDLLIMPEXP_AUI wxFloatingPane;
 
 class WXDLLIMPEXP_AUI wxFrameManager : public wxEvtHandler
 {
@@ -443,6 +443,7 @@ public:
 
 
 public:
+    virtual wxFloatingPane * CreateFloatingFrame(wxWindow* parent, const wxPaneInfo& p);
 
     void DrawHintRect(wxWindow* pane_window,
                        const wxPoint& pt,