]>
Commit | Line | Data |
---|---|---|
1 | ///////////////////////////////////////////////////////////////////////////// | |
2 | // Name: class_events.h | |
3 | // Purpose: Event classes group docs | |
4 | // Author: wxWidgets team | |
5 | // Licence: wxWindows licence | |
6 | ///////////////////////////////////////////////////////////////////////////// | |
7 | ||
8 | /** | |
9 | ||
10 | @defgroup group_class_events Events | |
11 | @ingroup group_class | |
12 | ||
13 | An event object contains information about a specific event. Event handlers | |
14 | (usually member functions) have a single, event argument. | |
15 | ||
16 | Related Overviews: @ref overview_events | |
17 | ||
18 | Related macros/global-functions group: @ref group_funcmacro_events | |
19 | ||
20 | */ | |
21 |