]> git.saurik.com Git - wxWidgets.git/blame - docs/doxygen/groups/class_events.h
Fix problem with COMDLG_FILTERSPEC declaration with MinGW-w64 4.8.
[wxWidgets.git] / docs / doxygen / groups / class_events.h
CommitLineData
6e7f563b
BP
1/////////////////////////////////////////////////////////////////////////////
2// Name: class_events.h
3// Purpose: Event classes group docs
4// Author: wxWidgets team
526954c5 5// Licence: wxWindows licence
6e7f563b
BP
6/////////////////////////////////////////////////////////////////////////////
7
8/**
9
10@defgroup group_class_events Events
11@ingroup group_class
12
13An event object contains information about a specific event. Event handlers
14(usually member functions) have a single, event argument.
15
830b7aa7 16Related Overviews: @ref overview_events
6e7f563b 17
dbbca9fd
FM
18Related macros/global-functions group: @ref group_funcmacro_events
19
6e7f563b
BP
20*/
21