Added chainable wxWizardPageSimple::Chain() overload.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 10 Apr 2013 12:12:57 +0000 (12:12 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 10 Apr 2013 12:12:57 +0000 (12:12 +0000)
commit2d3636405a26819eb00fb865e8dc4fefe37224d2
treea1322f17b22bc6a5a503912b8ed84639e633a1a9
parent4381c90d1f2546c4f495ecad93c5338919809872
Added chainable wxWizardPageSimple::Chain() overload.

Add the simplest and most fool proof of chaining the pages in static wizards:
just chain several calls to the new, non-static, wxWizardPageSimple::Chain()
overload.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73806 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/wizard.h
interface/wx/wizard.h
samples/wizard/wizard.cpp