diff --git a/docs/latex/wx/event.tex b/docs/latex/wx/event.tex index 41848cf36b..5e10db1209 100644 --- a/docs/latex/wx/event.tex +++ b/docs/latex/wx/event.tex @@ -85,7 +85,7 @@ event, if any. \membersection{wxEvent::GetEventType}\label{wxeventgeteventtype} -\func{WXTYPE}{GetEventType}{\void} +\func{wxEventType}{GetEventType}{\void} Returns the identifier of the given event type, such as \texttt{wxEVT\_COMMAND\_BUTTON\_CLICKED}. @@ -141,7 +141,7 @@ Sets the originating object. \membersection{wxEvent::SetEventType}\label{wxeventseteventtype} -\func{void}{SetEventType}{\param{WXTYPE }{typ}} +\func{void}{SetEventType}{\param{wxEventType }{type}} Sets the event type.