]> git.saurik.com Git - wxWidgets.git/commitdiff
replaced WXTYPE with wxEventType
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 6 Jun 2006 01:28:34 +0000 (01:28 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 6 Jun 2006 01:28:34 +0000 (01:28 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39580 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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.