]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/widgets/widgets.h
Updates to MIME-types and wxFileDialog code for better
[wxWidgets.git] / samples / widgets / widgets.h
index d05402ecd26076f1b5a249a3da43c87612d84926..679b8b369a9f8144ba2f6b467b28f7153d8630ca 100644 (file)
@@ -82,6 +82,8 @@ public:
     Constructor GetCtor() const { return m_ctor; }
     WidgetsPageInfo *GetNext() const { return m_next; }
 
+    void SetNext(WidgetsPageInfo *next) { m_next = next; }
+
 private:
     // the label of the page
     wxString m_label;