correct wxFooEventHandler name (patch 1851026)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50706 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-12-15 02:23:05 +00:00
parent e2fc40b478
commit 8b2e0c3ad6

View File

@@ -104,7 +104,7 @@ argument, it defaults to \texttt{wxID\_ANY}.}
\docparam{function}{The event handler function. Note that this function should
be explicitly converted to the correct type which can be done using a macro
called \texttt{wxFooHandler} for the handler for any \texttt{wxFooEvent}.}
called \texttt{wxFooEventHandler} for the handler for any \texttt{wxFooEvent}.}
\docparam{userData}{Data to be associated with the event table entry.}