From: Vadim Zeitlin Date: Tue, 6 Jun 2006 01:28:34 +0000 (+0000) Subject: replaced WXTYPE with wxEventType X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1185254d55900be4585c9454f00d311ab465c29b?hp=4e67f28fb7c5f0b96577e2cca3196804caecc150 replaced WXTYPE with wxEventType git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39580 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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.