]> git.saurik.com Git - wxWidgets.git/commit
Applied patch [ 642162 ] restore wxWizard wxEVT_WIZARD_FINISHED
authorJulian Smart <julian@anthemion.co.uk>
Mon, 9 Dec 2002 09:46:16 +0000 (09:46 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 9 Dec 2002 09:46:16 +0000 (09:46 +0000)
commit1d30a0a132f1f01d8ed3a01c789fc0422b721e79
treea23e80288ca0288fda7f1ff6f011550cbe2368de
parent7a0363dd04205d701f82912adac40453995636ef
Applied patch [ 642162 ] restore wxWizard wxEVT_WIZARD_FINISHED

Restore the wxWizard wxEVT_WIZARD_FINISHED
event, which was sent when the FINISHED button was
pressed and the wizard was finished. When the
wxWizard is modal this event is not needed. However,
when the wizard is non-modal this is the only way to
determine that the wizard has finished.

Scott Pleiter

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18136 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/latex/wx/wizard.tex
docs/latex/wx/wizevt.tex
include/wx/wizard.h
src/generic/wizard.cpp