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