funcmacro_events.h 513 B

123456789101112131415161718
  1. /////////////////////////////////////////////////////////////////////////////
  2. // Name: funcmacro_events.h
  3. // Purpose: Event functions and macro group doc
  4. // Author: wxWidgets team
  5. // Licence: wxWindows licence
  6. /////////////////////////////////////////////////////////////////////////////
  7. /**
  8. @defgroup group_funcmacro_events Events
  9. @ingroup group_funcmacro
  10. Below are a number of functions/macros used with wxWidgets event-handling system.
  11. Related class group: @ref group_class_events
  12. */