]> git.saurik.com Git - wxWidgets.git/commitdiff
reentrance methods
authorRobin Dunn <robin@alldunn.com>
Wed, 11 Oct 2006 04:16:33 +0000 (04:16 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 11 Oct 2006 04:16:33 +0000 (04:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43571 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/aui/framemanager.h

index 0307c3d4f225d4a795679da3e64a5eea812604b9..35c886edb73a301a426e20d6a789f60e72a9bf93 100644 (file)
@@ -353,6 +353,12 @@ public:
     
 public:
 
+    // NOTE: You can add and subtract flags from this list,
+    // but do not change the values of the flags, because
+    // they are stored in a binary integer format in the 
+    // perspective string.  If you really need to change the
+    // values around, you'll have to ensure backwards-compatibility
+    // in the perspective loading code.
     enum wxAuiPaneState
     {
         optionFloating        = 1 << 0,
@@ -535,8 +541,6 @@ protected:
                 const wxPoint& pt,
                 const wxPoint& action_offset = wxPoint(0,0));
 
-    wxAuiPaneInfo& LookupPane(wxWindow* window);
-    wxAuiPaneInfo& LookupPane(const wxString& name);
     wxAuiDockUIPart* HitTest(int x, int y);
     wxAuiDockUIPart* GetPanePart(wxWindow* pane);
     int GetDockPixelOffset(wxAuiPaneInfo& test);