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
This commit is contained in:
Ryan Norton
2004-09-23 23:25:07 +00:00
parent 0bf9746652
commit 1bd98e4150

View File

@@ -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 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). 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 \perlnote{In wxPerl custome event classes should be derived from
\texttt{Wx::PlEvent} and \texttt{Wx::PlCommandEvent}.} \texttt{Wx::PlEvent} and \texttt{Wx::PlCommandEvent}.}