// wxWizard
// ----------------------------------------------------------------------------
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma interface "wizardg.h"
-#endif
-
class WXDLLEXPORT wxButton;
class WXDLLEXPORT wxStaticBitmap;
class WXDLLIMPEXP_ADV wxWizardEvent;
void AddBackNextPair(wxBoxSizer *buttonRow);
void AddButtonRow(wxBoxSizer *mainColumn);
+#if wxABI_VERSION >= 20602
+protected:
+#endif
void FinishLayout();
+private:
wxSize GetManualPageSize() const;
// the page size requested by user