Finished adding @tableofcontents to all overviews in the manual.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72877 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -10,19 +10,7 @@
|
||||
|
||||
@page overview_events Events and Event Handling
|
||||
|
||||
Related classes: wxEvtHandler, wxWindow, wxEvent
|
||||
|
||||
@li @ref overview_events_introduction
|
||||
@li @ref overview_events_eventhandling
|
||||
@li @ref overview_events_processing
|
||||
@li @ref overview_events_custom
|
||||
@li @ref overview_events_misc
|
||||
|
||||
|
||||
<hr>
|
||||
|
||||
|
||||
@section overview_events_introduction Introduction to Events
|
||||
@tableofcontents
|
||||
|
||||
Like with all the other GUI frameworks, the control of flow in wxWidgets
|
||||
applications is event-based: the program normally performs most of its actions
|
||||
@@ -57,6 +45,9 @@ To be more precise, each event is described by:
|
||||
event), checking the event source object or its id allows to distinguish
|
||||
between them.
|
||||
|
||||
@see wxEvtHandler, wxWindow, wxEvent
|
||||
|
||||
|
||||
|
||||
@section overview_events_eventhandling Event Handling
|
||||
|
||||
@@ -872,11 +863,10 @@ your identifiers don't conflict accidentally.
|
||||
|
||||
|
||||
|
||||
@subsection overview_events_list List of wxWidgets events
|
||||
@subsection overview_events_list List of wxWidgets Events
|
||||
|
||||
For the full list of event classes, please see the
|
||||
@ref group_class_events "event classes group page".
|
||||
|
||||
|
||||
*/
|
||||
|
||||
|
Reference in New Issue
Block a user