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:
@@ -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
|
||||
|
Reference in New Issue
Block a user