document wxEVT_NULL

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57679 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi 2008-12-30 23:56:04 +00:00
parent 169f96cdf7
commit c0c5bfad17

View File

@ -3285,6 +3285,12 @@ public:
/** @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.