git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57679
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
/** @ingroup group_funcmacro_events */
//@{
/** @ingroup 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.
/**
Each wxEvent-derived class has an @e event-type associated.
See the macro DEFINE_EVENT_TYPE() for more info.