// ----------------------------------------------------------------------------
// headers
// ----------------------------------------------------------------------------
-#include <wx/dynarray.h>
+#include "wx/dynarray.h"
+#include "wx/event.h"
+#include "wx/control.h"
// ----------------------------------------------------------------------------
// types
// ----------
// remove one page from the notebook
bool DeletePage(int nPage);
+ // remove one page from the notebook, without deleting
+ bool RemovePage(int nPage);
// remove all pages
bool DeleteAllPages();
// adds a new page to the notebook (it will be deleted ny the notebook,