From: Robin Dunn Date: Thu, 26 Aug 2004 03:12:16 +0000 (+0000) Subject: Mention that DrawnShape hasn't been reimplemented yet X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5c95e9a2cf8a673de49744669b8c93e5112cd119 Mention that DrawnShape hasn't been reimplemented yet git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/docs/MigrationGuide.txt b/wxPython/docs/MigrationGuide.txt index 24bbb6540e..504513b6d9 100644 --- a/wxPython/docs/MigrationGuide.txt +++ b/wxPython/docs/MigrationGuide.txt @@ -698,10 +698,11 @@ 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