X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/60b517c1f38f1b731542b707c48b83517e0fe80d..119af81b23b9e57abc1e4d7978d1f3730982cf29:/wxPython/docs/CHANGES.html?ds=inline diff --git a/wxPython/docs/CHANGES.html b/wxPython/docs/CHANGES.html index 06c5334f33..dd3a665131 100644 --- a/wxPython/docs/CHANGES.html +++ b/wxPython/docs/CHANGES.html @@ -1184,7 +1184,7 @@ an EVT_SIZE handler that calls Layout().
Fixed deadlock problem that happened when using threads.
Added new HTML printing classes.
Added wxWindow.GetHandle
-Apparently wxMouseEvent.Position has been depreciated in wxWindows as +
Apparently wxMouseEvent.Position has been deprecated in wxWindows as it is no longer available by default. You can use GetPositionTuple (returning a tuple with x,y) instead, or GetPosition (returning a wxPoint.)
@@ -1242,7 +1242,7 @@ pages. See the demo for an example. wxGTK. Added them back in since the methods exist now.Wrapped the wxHtmlHelpController and related classes.
Wrapped the C++ versions of wxSizer and friends. The Python-only -versions are still in the library, but depreciated. (You will get a +versions are still in the library, but deprecated. (You will get a warning message if you try to use them, but the warning can be disabled.) The usage of the C++ versions is slightly different, and the functionality of wxBorderSizer is now part of wxBoxSizer. I have @@ -1381,7 +1381,7 @@ matches MSW's.
Added wxGrid.GetCells
Added wxSystemSettings static methods as functions with names like wxSystemSettings_GetSystemColour.
-Removed wxPyMenu since using menu callbacks have been depreciated in +
Removed wxPyMenu since using menu callbacks have been deprecated in wxWindows. Use wxMenu and events instead.