git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37420
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
using either the non-default constructor or a default one followed by call to the
\helpref{Create}{wxwizardcreate} function. Then you should add all pages you
want the wizard to show and call \helpref{RunWizard}{wxwizardrunwizard}.
-Finally, don't forget to call {\tt wizard->Destroy()}.
+Finally, don't forget to call {\tt wizard->Destroy()}, otherwise your application will hang on exit due to an undestroyed window.
\wxheading{Derived from}