+ return panel;
+}
+
+void MyNotebook::CreateInitialPages()
+{
+ // Create and add some panels to the notebook
+
+ wxPanel *panel = CreateRadioButtonsPage();
+ AddPage( panel, RADIOBUTTONS_PAGE_NAME, FALSE, GetIconIndex() );
+
+ panel = CreateVetoPage();
+ AddPage( panel, VETO_PAGE_NAME, FALSE, GetIconIndex() );
+
+ panel = CreateBigButtonPage();
+ AddPage( panel, MAXIMIZED_BUTTON_PAGE_NAME, FALSE, GetIconIndex() );