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