From: Francesco Montorsi Date: Sun, 2 Mar 2008 20:24:25 +0000 (+0000) Subject: keep the list of event classes in a single place X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/86faa458df0f5ad8b53ea8dea6ac0a5245f99fc9?ds=sidebyside keep the list of event classes in a single place git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52262 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/doxygen/mainpages/cat_classes.h b/docs/doxygen/mainpages/cat_classes.h index 458461f07a..110eface9a 100644 --- a/docs/doxygen/mainpages/cat_classes.h +++ b/docs/doxygen/mainpages/cat_classes.h @@ -220,9 +220,11 @@ These are the classes relevant to sizer-based layout. @li wxSizer: Abstract base class - @li wxGridSizer: A sizer for laying out windows in a grid with all fields having the same size + @li wxGridSizer: A sizer for laying out windows in a grid with all fields + having the same size @li wxFlexGridSizer: A sizer for laying out windows in a flexible grid - @li wxGridBagSizer: Another grid sizer that lets you specify the cell an item is in, and items can span rows and/or columns. + @li wxGridBagSizer: Another grid sizer that lets you specify the cell an item + is in, and items can span rows and/or columns. @li wxBoxSizer: A sizer for laying out windows in a row or column @li wxStaticBoxSizer: Same as wxBoxSizer, but with a surrounding static box @li wxWrapSizer: A sizer which wraps its child controls as size permits diff --git a/docs/doxygen/overviews/eventhandling.h b/docs/doxygen/overviews/eventhandling.h index b2bbef1415..c9947e10ed 100644 --- a/docs/doxygen/overviews/eventhandling.h +++ b/docs/doxygen/overviews/eventhandling.h @@ -18,8 +18,7 @@ @li @ref overview_eventhandling_pluggable @li @ref overview_eventhandling_winid @li @ref overview_eventhandling_custom - - + @li @ref overview_eventhandling_macros
@@ -375,267 +374,6 @@ - - - - @section overview_eventhandling_custom Custom event summary @subsection overview_eventhandling_custom_general General approach @@ -804,5 +542,13 @@ } @endcode + + + + @section overview_eventhandling_macros Event macros summary + + For the full list of event classes, please see the + @ref page_class_cat_events page. + */