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:
@@ -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
|
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
|
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
|
top-level window and has no parent then it will always be centered
|
||||||
relative to the screen.", "");
|
relative to the screen.", "");
|
||||||
|
|
||||||
%pythoncode { Centre = Center }
|
%pythoncode { Centre = Center }
|
||||||
|
|
||||||
|
|
||||||
DocDeclStr(
|
|
||||||
void , CenterOnScreen(int dir = wxBOTH),
|
|
||||||
"Center on screen (only works for top level windows)", "");
|
|
||||||
%pythoncode { CentreOnScreen = CenterOnScreen }
|
|
||||||
|
|
||||||
|
|
||||||
DocDeclStr(
|
DocDeclStr(
|
||||||
void , CenterOnParent(int dir = wxBOTH),
|
void , CenterOnParent(int dir = wxBOTH),
|
||||||
"Center with respect to the the parent window", "");
|
"Center with respect to the the parent window", "");
|
||||||
|
Reference in New Issue
Block a user