]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/wizard.h
Implement setFont on the iOS port of wxStaticText.
[wxWidgets.git] / interface / wx / wizard.h
index 986d5b1270e11a55c66d750c392a9c8dfa4206aa..6ad183e372073fe88454b7c3f1ed1ee7cd63730b 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        wizard.h
 // Purpose:     interface of wxWizardPage, wxWizardEvent,
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -248,6 +247,8 @@ public:
 
         @since 2.9.5
      */
+    wxWizardPageSimple& Chain(wxWizardPageSimple* next);
+
     /**
         A convenience function to make the pages follow each other.
         Example: