Implemented delayed closing of an existing document

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-05-01 15:40:39 +00:00
parent 1cf1238db4
commit b72b192036
2 changed files with 52 additions and 25 deletions

View File

@@ -373,6 +373,9 @@ public:
// closes all currently open documents
bool CloseDocuments(bool force = TRUE);
// closes the specified document
bool CloseDocument(wxDocument* doc, bool force = FALSE);
// Clear remaining documents and templates
bool Clear(bool force = TRUE);