]> git.saurik.com Git - wxWidgets.git/commitdiff
Link to event handling overview in wxEvent - documentation buglet from wiki
authorRyan Norton <wxprojects@comcast.net>
Thu, 23 Sep 2004 23:25:07 +0000 (23:25 +0000)
committerRyan Norton <wxprojects@comcast.net>
Thu, 23 Sep 2004 23:25:07 +0000 (23:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29299 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/event.tex

index 331a7b374608f691f7cdd48b447defe067150440..1a4306e8514d9d7a5377c987ce253e0b0797ebdd 100644 (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
 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}.}