Mention wxGLCanvas change.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41032 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2006-09-06 13:32:58 +00:00
parent b7ea712cc2
commit 5d5d9ae88c

View File

@@ -32,6 +32,10 @@ INCOMPATIBLE CHANGES SINCE 2.6.x
- SetDefaultItem() method was moved from wxPanel to wxTopLevelWindow - SetDefaultItem() method was moved from wxPanel to wxTopLevelWindow
- wxDialog::OnOK/OnCancel() don't exist any more, use SetAffirmative/EscapeId() - wxDialog::OnOK/OnCancel() don't exist any more, use SetAffirmative/EscapeId()
- wxPathList doesn't derive from (deprecated) wxStringList any more - wxPathList doesn't derive from (deprecated) wxStringList any more
- wxGLContext class has no 1:1 coupling to a wxGLCanvas class any more.
As a consequence, the class interface changed largely.
Code updates, if any are required at all, are easy to accomplish though.
Deprecated methods since 2.6.x and their replacements Deprecated methods since 2.6.x and their replacements