]>
Commit | Line | Data |
---|---|---|
1 | ///////////////////////////////////////////////////////////////////////////// | |
2 | // Name: funcmacro_events.h | |
3 | // Purpose: Event functions and macro group doc | |
4 | // Author: wxWidgets team | |
5 | // RCS-ID: $Id$ | |
6 | // Licence: wxWindows licence | |
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 | ||
16 | Related class group: @ref group_class_events | |
17 | ||
18 | */ | |
19 |