]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/aui/framemanager.h
at least mingw32 3.4.5 needs wxBitmap declaration to compile wxPixelData<wxBitmap...
[wxWidgets.git] / interface / aui / framemanager.h
index 7cb8f630bc8954e2f2818d1b7333e262bf808f8d..b95708e143909e8f28ef5d6fec5b61121121fa34 100644 (file)
@@ -241,13 +241,6 @@ public:
     bool LoadPerspective(const wxString& perspective,
                          bool update = true);
 
-    /**
-        ProcessDockResult() is a protected member of the wxAUI layout manager.
-        It can be overridden by derived classes to provide custom docking calculations.
-    */
-    bool ProcessDockResult(wxAuiPaneInfo& target,
-                           const wxAuiPaneInfo& new_pos);
-
     /**
         SavePaneInfo() is similar to SavePerspective, with the exception that it only
         saves information about a single pane.  It is used in combination with
@@ -328,6 +321,15 @@ public:
         pane flicker to be avoided by updating the whole layout at one time.
     */
     void Update();
+
+protected:
+
+    /**
+        ProcessDockResult() is a protected member of the wxAUI layout manager.
+        It can be overridden by derived classes to provide custom docking calculations.
+    */
+    virtual bool ProcessDockResult(wxAuiPaneInfo& target,
+                                   const wxAuiPaneInfo& new_pos);
 };
 
 
@@ -764,6 +766,6 @@ public:
     /**
         Makes a copy of the wxAuiPaneInfo object.
     */
-    wxAuiPaneInfo& operator operator=(const wxAuiPaneInfo& c);
+    wxAuiPaneInfo& operator=(const wxAuiPaneInfo& c);
 };