wx.Window.CenterOnScreen has been removed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37453 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-02-10 18:34:02 +00:00
parent 096e3ea1c5
commit 1d0ac8f576

View 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", "");