From: Ryan Norton Date: Thu, 23 Sep 2004 23:25:07 +0000 (+0000) Subject: Link to event handling overview in wxEvent - documentation buglet from wiki X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1bd98e415000d06b5e4def7b92535e9ebb388f9b?ds=inline Link to event handling overview in wxEvent - documentation buglet from wiki git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29299 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/event.tex b/docs/latex/wx/event.tex index 331a7b3746..1a4306e851 100644 --- a/docs/latex/wx/event.tex +++ b/docs/latex/wx/event.tex @@ -4,6 +4,8 @@ An event is a structure holding information about an event passed to a callback or member function. {\bf wxEvent} used to be a multipurpose event object, and is an abstract base class for other event classes (see below). +For more information about events, see the \helpref{Event handling overview}{eventhandlingoverview}. + \perlnote{In wxPerl custome event classes should be derived from \texttt{Wx::PlEvent} and \texttt{Wx::PlCommandEvent}.}