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

@@ -520,6 +520,8 @@ void wxWizard::OnWizEvent(wxWizardEvent& event)
// our public interface
// ----------------------------------------------------------------------------
#ifdef WXWIN_COMPATIBILITY_2_2
/* static */
wxWizard *wxWizardBase::Create(wxWindow *parent,
int id,
@@ -531,6 +533,8 @@ wxWizard *wxWizardBase::Create(wxWindow *parent,
return new wxWizard(parent, id, title, bitmap, pos);
}
#endif // WXWIN_COMPATIBILITY_2_2
// ----------------------------------------------------------------------------
// wxWizardEvent
// ----------------------------------------------------------------------------