66 wxDocManager* docManager = wxGetApp().docManager();
69 if (wxCHECK_VERSION(2, 8, 0)) {
70 docManager->CreateDocument(_T(
""), 0);
75 wxDocument *doc = docManager->GetCurrentDocument();
78 doc->DeleteAllViews();
87 docManager->CreateDocument(_T(
""), 0);