X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/880efa2a137ce3e3f39236d0dc85f5d2dacdda12..27d79a5027bee4f46e57c813d072422065cb1592:/docs/doxygen/overviews/windowdeletion.h diff --git a/docs/doxygen/overviews/windowdeletion.h b/docs/doxygen/overviews/windowdeletion.h index eeba513c85..c4b5d704ce 100644 --- a/docs/doxygen/overviews/windowdeletion.h +++ b/docs/doxygen/overviews/windowdeletion.h @@ -3,30 +3,22 @@ // Purpose: topic overview // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @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 -
- @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. */ -