]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/controls/bookctrlbasetest.h
remove empty GtkTreeEntryClass
[wxWidgets.git] / tests / controls / bookctrlbasetest.h
index b72a5b47c272b370a40c9f5bb7e4123fcf2df8cc..2fec1e293a208abb2b5719c7b8c2a2d8ebbf65df 100644 (file)
@@ -48,6 +48,9 @@ protected:
     //the ctrl.
     void AddPanels();
 
+    // Override this to call Realize() on the toolbar in the wxToolbook test.
+    virtual void Realize() { }
+
     wxPanel* m_panel1;
     wxPanel* m_panel2;
     wxPanel* m_panel3;