X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cf2918d40e990646a1277ba67a029cafe9e0fec8..730b772b41ad9df76e5226290bb9eb917ea161f0:/interface/wx/event.h diff --git a/interface/wx/event.h b/interface/wx/event.h index a11d3c5ab7..5a4a49bc2f 100644 --- a/interface/wx/event.h +++ b/interface/wx/event.h @@ -3282,9 +3282,15 @@ public: // Global functions/macros // ============================================================================ -/** @ingroup group_funcmacro_events */ +/** @addtogroup group_funcmacro_events */ //@{ +/** + A special event type usually used to indicate that some wxEvent has yet + no type assigned. +*/ +wxEventType wxEVT_NULL; + /** Each wxEvent-derived class has an @e event-type associated. See the macro DEFINE_EVENT_TYPE() for more info.