]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/wizard.tex
split wxSizer::Fit() into ComputeFittingWindow/ClientSize() that only does computatio...
[wxWidgets.git] / docs / latex / wx / wizard.tex
index 59c8e1e034b6f9012e7f205fc4a7d97f855322d5..412017a28d94ceac72cf3212926bcfa27f70a77b 100644 (file)
@@ -29,7 +29,7 @@ Finally, don't forget to call {\tt wizard->Destroy()}, otherwise your applicatio
 You can supply a bitmap to display on the left of the wizard, either for all pages
 or for individual pages. If you need to have the bitmap resize to the height of the wizard,
 call \helpref{wxWizard::SetBitmapPlacement}{wxwizardsetbitmapplacement} and if necessary,\rtfsp
-\helpref{wxWizard::SetBitmapBackgroundColour}{wxwizardsetbitmapbackgroundcolour} and \helpref{wxWizard::SetMinimumBitmapWidth}{wxwizardsetminimumbitmapheight}.
+\helpref{wxWizard::SetBitmapBackgroundColour}{wxwizardsetbitmapbackgroundcolour} and \helpref{wxWizard::SetMinimumBitmapWidth}{wxwizardsetminimumbitmapwidth}.
 
 To make wizard pages scroll when the display is too small to fit the whole dialog, you can switch
 layout adaptation on globally with \helpref{wxDialog::EnableLayoutAdaptation}{wxdialogenablelayoutadaptation} or