X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4fe5383d6c6463e16e2d5b6b5fefe311b33e128f..a6e2b3a8316c430a68f91b3c894e856987dd972e:/include/wx/generic/wizard.h diff --git a/include/wx/generic/wizard.h b/include/wx/generic/wizard.h index bf305f6b04..7c26f62b85 100644 --- a/include/wx/generic/wizard.h +++ b/include/wx/generic/wizard.h @@ -13,7 +13,10 @@ // wxWizard // ---------------------------------------------------------------------------- -class wxWizard : public wxWizardBase +class WXDLLEXPORT wxButton; +class WXDLLEXPORT wxStaticBitmap; + +class WXDLLEXPORT wxWizard : public wxWizardBase { public: // ctor @@ -52,10 +55,12 @@ private: // wizard state wxWizardPage *m_page; // the current page or NULL + wxBitmap m_bitmap; // the default bitmap to show // wizard controls wxButton *m_btnPrev, // the "" or "Finish" button + wxStaticBitmap *m_statbmp; // the control for the bitmap DECLARE_DYNAMIC_CLASS(wxWizard) DECLARE_EVENT_TABLE()