]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/event.tex
added a way to create fonts with specified pixel size
[wxWidgets.git] / 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}.}