]> git.saurik.com Git - wxWidgets.git/commitdiff
wx.Window.CenterOnScreen has been removed
authorRobin Dunn <robin@alldunn.com>
Fri, 10 Feb 2006 18:34:02 +0000 (18:34 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 10 Feb 2006 18:34:02 +0000 (18:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37453 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_window.i

index 44094342625c0c64a1f69aa6542bae96c26aeee4..424cea5854c82a097a722297dcb58ba36839399a 100644 (file)
@@ -560,17 +560,10 @@ cetering, and may be wx.HORIZONTAL, wx.VERTICAL or wx.BOTH. It may
 also include wx.CENTER_ON_SCREEN flag if you want to center the window
 on the entire screen and not on its parent window.  If it is a
 top-level window and has no parent then it will always be centered
-relative to the screen.", "");
-    
+relative to the screen.", "");    
     %pythoncode { Centre = Center }
 
     
-    DocDeclStr(
-        void , CenterOnScreen(int dir = wxBOTH),
-        "Center on screen (only works for top level windows)", "");
-    %pythoncode { CentreOnScreen = CenterOnScreen }
-
-
     DocDeclStr(
         void , CenterOnParent(int dir = wxBOTH),
         "Center with respect to the the parent window", "");