]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/wizard.tex
Forward port of changes for using themed drawing of owner-drawn buttons.
[wxWidgets.git] / docs / latex / wx / wizard.tex
index e222656bbac36d144183049d339f5e8c8a17aa6d..0d26b0ec7fa234d36d630358cb112e05274a276c 100644 (file)
@@ -6,7 +6,7 @@
 %% Created:     02.04.00
 %% RCS-ID:      $Id$
 %% Copyright:   (c) Vadim Zeitlin
-%% License:     wxWidgets license
+%% License:     wxWindows license
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 \section{\class{wxWizard}}\label{wxwizard}
@@ -24,7 +24,7 @@ To show a wizard dialog, you must first create an instance of the wxWizard class
 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}
 
@@ -181,7 +181,7 @@ by repeatedly applying
 any page inserted into the sizer. Third,
 the minimal size specified using \helpref{SetPageSize}{wxwizardsetpagesize} and 
 \helpref{FitToPage}{wxwizardfittopage}. Fourth, the total wizard height may
-be increased to accomodate the bitmap height. Fifth and finally, wizards are
+be increased to accommodate the bitmap height. Fifth and finally, wizards are
 never smaller than some built-in minimal size to avoid wizards that are too small.
 
 The caller can use \helpref{wxSizer::SetMinSize}{wxsizersetminsize} to enlarge it