2008-12-02 11:34:09 -05:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Name: funcmacro_events.h
|
|
|
|
// Purpose: Event functions and macro group doc
|
|
|
|
// Author: wxWidgets team
|
|
|
|
// RCS-ID: $Id$
|
|
|
|
// Licence: wxWindows license
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
@defgroup group_funcmacro_events Events
|
|
|
|
@ingroup group_funcmacro
|
|
|
|
|
|
|
|
Below are a number of functions/macros used with wxWidgets event-handling system.
|
|
|
|
|
2008-12-12 13:51:54 -05:00
|
|
|
Related class group: @ref group_class_events
|
|
|
|
|
2008-12-02 11:34:09 -05:00
|
|
|
*/
|
|
|
|
|