Oops, CenteronScreen wasn't really removed, just moved to wxTopLevelWindow

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37457 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2006-02-10 19:07:36 +00:00
parent f0879a0a8f
commit 51941b4877
2 changed files with 11 additions and 1 deletions

View 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
-------

View 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 }
};