+ WidgetsPage(wxBookCtrlBase *book);
+
+ // return the control shown by this page
+ virtual wxControl *GetWidget() const = 0;
+
+ // some pages show 2 controls, in this case override this one as well
+ virtual wxControl *GetWidget2() const { return NULL; }