X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/431839ac8e74421678a5c3d619c97035f4616cc6..f07962f933088c85ae0776cd2e4aec4579d31ffa:/wxPython/docs/MigrationGuide.html?ds=sidebyside diff --git a/wxPython/docs/MigrationGuide.html b/wxPython/docs/MigrationGuide.html index 90209ddcbe..ac48c34bed 100644 --- a/wxPython/docs/MigrationGuide.html +++ b/wxPython/docs/MigrationGuide.html @@ -628,10 +628,11 @@ making it more easily maintainable and less prone to getting rusty as there seems to be less and less interest in maintaining the C++ version.

There are only a few known compatibility issues at this time. First -is the location of OGL. The deprecated version is located in the -wx.ogl module, and the new version is in the wx.lib.ogl package. So -this just means that to start using the new version you need to adjust -your imports. So if your code currently has something like this:

+is that the ogl.DrawnShape has not been reimplemented yet. Next is the +location of OGL. The deprecated version is located in the wx.ogl +module, and the new version is in the wx.lib.ogl package. So this +just means that to start using the new version you need to adjust your +imports. So if your code currently has something like this:

 import wx
 import wx.ogl as ogl