]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/widgets/notebook.cpp
added tests for setting fg/bg colours
[wxWidgets.git] / samples / widgets / notebook.cpp
index 68d6647d5d91b1ca32f308d1d9dc4a867ed0e85c..6e8c9b77099f5d70f71339d854326325e367f91e 100644 (file)
@@ -93,6 +93,8 @@ public:
     NotebookWidgetsPage(wxNotebook *notebook, wxImageList *imaglist);
     virtual ~NotebookWidgetsPage();
 
+    virtual wxControl *GetWidget() const { return m_notebook; }
+
 protected:
     // event handlers
     void OnPageChanging(wxNotebookEvent& event);