From 1d0ac8f5767f3b3fc2529455ee5bc14189fa4a27 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 10 Feb 2006 18:34:02 +0000 Subject: [PATCH] wx.Window.CenterOnScreen has been removed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37453 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_window.i | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/wxPython/src/_window.i b/wxPython/src/_window.i index 4409434262..424cea5854 100644 --- a/wxPython/src/_window.i +++ b/wxPython/src/_window.i @@ -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", ""); -- 2.47.2