]> git.saurik.com Git - wxWidgets.git/commitdiff
Oops, CenteronScreen wasn't really removed, just moved to wxTopLevelWindow
authorRobin Dunn <robin@alldunn.com>
Fri, 10 Feb 2006 19:07:36 +0000 (19:07 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 10 Feb 2006 19:07:36 +0000 (19:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37457 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/docs/CHANGES.txt
wxPython/src/_toplvl.i

index ad3b949067c20f3235fe7ae7a7e58d0754b3e204..05f9b1bb3a6f544dfc34055b90efa1fa0ed3b212 100644 (file)
@@ -20,6 +20,12 @@ The following deprecated items have been removed:
 
     * wx.FontMapper SetConfig method
 
+    * wx.html.HtmlSearchStatus.GetContentsItem method
+
+    * wx.html.HtmlHelpData.GetContents, GetContentsCnt, GetIndex, and
+      GetIndexCnt methods
+
+
 wx.EventLoop is now implemented for wxMac.
 
 Added wxPython wrappers for the new wx.Treebook and wx.Toolbook
@@ -84,7 +90,6 @@ affected by this are:
 
 
 
-
 2.6.3.0
 -------
 
index 2c977606bbe6f70e1e531d0a2f620563570964b8..3c27d1b5afa102d014eddddb6f219bd598b45330 100644 (file)
@@ -144,6 +144,11 @@ public:
         bool MacGetMetalAppearance() const    { /*wxPyRaiseNotImplemented();*/ return false; }
     }
 #endif
+
+    DocDeclStr(
+        void , CenterOnScreen(int dir = wxBOTH),
+        "Center the window on screen", "");
+    %pythoncode { CentreOnScreen = CenterOnScreen }
 };