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:
@@ -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.}
|
||||
|
||||
|
Reference in New Issue
Block a user