]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/windowdeletion.h
Use library-specific description in their version resources for MSW DLLs.
[wxWidgets.git] / docs / doxygen / overviews / windowdeletion.h
index d9443b79ab7cb34ce06c92f64fc7b4905c683b37..c4b5d704ce56bcf6b7c85d75fe0fb9015d933af4 100644 (file)
 
 @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.
 
-@li @ref overview_windowdeletion_sequence
-@li @ref overview_windowdeletion_close
-@li @ref overview_windowdeletion_default
-@li @ref overview_windowdeletion_menuexit
-@li @ref overview_windowdeletion_exitapp
-@li @ref overview_windowdeletion_deletion
-@li @ref overview_windowdeletion_windowkinds
+@see wxCloseEvent, wxWindow
 
 
-<hr>
-
 
 @section overview_windowdeletion_sequence Sequence of Events During Window Deletion
 
@@ -118,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.
 
 */
-