]>
Commit | Line | Data |
---|---|---|
6496345c FM |
1 | ///////////////////////////////////////////////////////////////////////////// |
2 | // Name: funcmacro_events.h | |
3 | // Purpose: Event functions and macro group doc | |
4 | // Author: wxWidgets team | |
5 | // RCS-ID: $Id$ | |
526954c5 | 6 | // Licence: wxWindows licence |
6496345c FM |
7 | ///////////////////////////////////////////////////////////////////////////// |
8 | ||
9 | /** | |
10 | ||
11 | @defgroup group_funcmacro_events Events | |
12 | @ingroup group_funcmacro | |
13 | ||
14 | Below are a number of functions/macros used with wxWidgets event-handling system. | |
15 | ||
dbbca9fd FM |
16 | Related class group: @ref group_class_events |
17 | ||
6496345c FM |
18 | */ |
19 |