Added wxWizard and the wizard page classes, as well as a wizard sample
authorRobin Dunn <robin@alldunn.com>
Sat, 17 Aug 2002 19:08:21 +0000 (19:08 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 17 Aug 2002 19:08:21 +0000 (19:08 +0000)
commitaf83019e948713866dadc2a8b90602ff921f8607
tree7179c37b4bb6930b2f9bd0ea7559529fc26b3420
parenteb67b7039dc8d6e13d4edc708de667abf66cee25
Added wxWizard and the wizard page classes, as well as a wizard sample
in the demo.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16575 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
13 files changed:
wxPython/CHANGES.txt
wxPython/demo/Main.py
wxPython/demo/bmp_source/wiztest1.bmp [new file with mode: 0644]
wxPython/demo/bmp_source/wiztest2.bmp [new file with mode: 0644]
wxPython/demo/encode_bitmaps.py
wxPython/demo/images.py
wxPython/demo/wxWizard.py [new file with mode: 0644]
wxPython/setup.py
wxPython/src/_wizardextras.py [new file with mode: 0644]
wxPython/src/helpers.h
wxPython/src/msw/wizard.cpp [new file with mode: 0644]
wxPython/src/msw/wizard.py [new file with mode: 0644]
wxPython/src/wizard.i [new file with mode: 0644]