]> git.saurik.com Git - wxWidgets.git/blame - docs/doxygen/groups/class_events.h
Add documentation for building wxGTK under Windows.
[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
5// RCS-ID: $Id: class_dc.h 52454 2008-03-12 19:08:48Z BP $
526954c5 6// Licence: wxWindows licence
6e7f563b
BP
7/////////////////////////////////////////////////////////////////////////////
8
9/**
10
11@defgroup group_class_events Events
12@ingroup group_class
13
14An event object contains information about a specific event. Event handlers
15(usually member functions) have a single, event argument.
16
830b7aa7 17Related Overviews: @ref overview_events
6e7f563b 18
dbbca9fd
FM
19Related macros/global-functions group: @ref group_funcmacro_events
20
6e7f563b
BP
21*/
22