]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/windowdeletion.h
Pass wxWANTS_CHARS to the wxRichTextCtrl constructor in the unit tests.
[wxWidgets.git] / docs / doxygen / overviews / windowdeletion.h
index 420b4c166480a8e668f9b946981f1e7f10ea5ddf..c4b5d704ce56bcf6b7c85d75fe0fb9015d933af4 100644 (file)
@@ -3,19 +3,22 @@
 // Purpose:     topic overview
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-/*!
+/**
 
-@page overview_windowdeletion Window Deletion Overview
+@page overview_windowdeletion Window Deletion
 
-Classes: wxCloseEvent, wxWindow
+@tableofcontents
 
 Window deletion can be a confusing subject, so this overview is provided to
 help make it clear when and how you delete windows, or respond to user requests
 to close windows.
 
+@see wxCloseEvent, wxWindow
+
+
 
 @section overview_windowdeletion_sequence Sequence of Events During Window Deletion
 
@@ -107,4 +110,3 @@ wish. For consistency, continue to use the wxWindow::Destroy function instead
 of the @c delete operator when deleting these kinds of windows explicitly.
 
 */
-