]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/event.tex
wxRound() workaround to avoid unexpected compile and link errors on incomplete enviro...
[wxWidgets.git] / docs / latex / wx / event.tex
index 41848cf36b3ee809927b7f20a479cd0931a89efd..5e10db12099ad2ab338f37767ff3e254a2661cb5 100644 (file)
@@ -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.