deprecated static wxWizard::Create()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16806 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-08-27 09:17:36 +00:00
parent f778d781eb
commit 750cefbca2
4 changed files with 49 additions and 29 deletions

View File

@@ -78,6 +78,10 @@ All (GUI):
if ( flags & wxYES )
... do something else ...
- static wxWizard::Create() doesn't exist any more, the wizards are created
in the same way as all the other wxWindow objects, i.e. by directly using
the ctor
- wxGLCanvas now derives directly from wxWindow, not wxScrolledWindow
- wxGridCellAttrProvider class API changed, you will need to update your code